Add indent to paragraphs and reduce margins.

This commit is contained in:
tastytea 2021-07-10 14:59:22 +02:00
parent f95096d409
commit c71fe6368a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,17 @@ body
margin-bottom: 0.5em;
}
p
{
text-indent: 0.5em;
margin: 0.5em auto;
}
li p
{
text-indent: 0;
}
a
{
color: var(--link);