Fix indentation after sub-headings

This commit is contained in:
tastytea 2022-04-18 18:48:15 +02:00
parent 1fae587189
commit c5298ac477
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ p
margin: 0.5em auto;
}
.content > div:first-of-type > p:first-of-type
.content > div:first-of-type > p:first-of-type,
.sectionbody > div:first-of-type > p:first-of-type
{
text-indent: 0;
}