feat: enable hyphenation for paragraphs
This commit is contained in:
parent
fb9cfd0783
commit
8e04a3430a
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ h1 {
|
|||
p {
|
||||
text-align: justify;
|
||||
margin: var(--paragraph-margin) 0;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue