feat: justify paragraphs, add hyphenation
This commit is contained in:
parent
3c8b726d83
commit
c7444256f1
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ h3 {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
text-align: justify;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue