From 02fbdda1df40908661499e4888c28b2a24e023d1 Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 11 Jun 2024 22:34:20 +0300 Subject: [PATCH] Pretty text wrap (thanks css-tips) --- sass/_general.scss | 1 + sass/_typography.scss | 1 + 2 files changed, 2 insertions(+) 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;