Fix “Don't indent first p”

This commit is contained in:
tastytea 2022-03-21 21:58:17 +01:00
parent 008301589f
commit a055efde7a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

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