commit ceff34fd9ea775dbcd56fca1dce39b4862fab6d0
parent 98eb3b7ac33e4ff883fabc46db1413b7cd9b7f44
Author: Lou Woell <lou.woell@posteo.de>
Date: Sun, 2 Mar 2025 20:07:52 +0100
break overflow lines
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/assets/css/main.scss b/assets/css/main.scss
@@ -17,6 +17,7 @@ body {
line-height: 1.54;
letter-spacing: -0.02em;
background-color: $background;
+ overflow-wrap: break-word;
color: $color;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;