debug word-break

This commit is contained in:
adb-sh 2022-09-21 20:36:56 +02:00
parent f45b77c9ed
commit 05bf0e3672

View File

@ -9,6 +9,8 @@ $dark-body-bg: #1f262b;
html, body {
background-color: $dark-body-bg;
line-break: loose;
word-break: break-word;
}
img {