diff --git a/sass/_general.scss b/sass/_general.scss index 1b41177..fc3ced1 100644 --- a/sass/_general.scss +++ b/sass/_general.scss @@ -5,6 +5,7 @@ } html { + text-wrap: pretty; scroll-behavior: smooth; // scrollbar-color: var(--primary-color) transparent; accent-color: var(--primary-color); diff --git a/sass/_typography.scss b/sass/_typography.scss index e3bbfc0..c5f24ac 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -5,6 +5,7 @@ h3, h4, h5, h6 { + text-wrap: balance; margin: 3rem 0 1rem; font-weight: lighter; line-height: normal;