feat: justify paragraphs, add hyphenation

This commit is contained in:
Sebin Nyshkim 2023-04-02 17:04:30 +02:00
parent 3c8b726d83
commit c7444256f1

View file

@ -97,6 +97,8 @@ h3 {
p { p {
margin: 1rem 0; margin: 1rem 0;
text-align: justify;
hyphens: auto;
} }
a { a {