feat: enable hyphenation for paragraphs

This commit is contained in:
Sebin Nyshkim 2023-03-25 01:57:14 +01:00
parent fb9cfd0783
commit 8e04a3430a

View file

@ -82,6 +82,8 @@ h1 {
p {
text-align: justify;
margin: var(--paragraph-margin) 0;
-webkit-hyphens: auto;
hyphens: auto;
}
a {