1

auto-hyphenate text

This commit is contained in:
Evan Pratten 2024-01-05 09:57:49 -05:00
parent 89f8e9adb5
commit 73a075de20

View File

@ -8,6 +8,7 @@ p {
margin-top: 0; margin-top: 0;
margin-bottom: 16px; margin-bottom: 16px;
text-align: justify; text-align: justify;
hyphens: auto;
} }
.no-justify { .no-justify {