fix: remove margin in post headings

This commit is contained in:
əlemi 2024-08-12 12:41:16 +02:00
parent 2f06b0443a
commit 8be68b4311
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -91,6 +91,12 @@
margin-top: 0;
margin-bottom: 0;
}
article.tl h1,
article.tl h2,
article.tl h3 {
margin-top: .1em;
margin-bottom: .1em;
}
article p {
margin: 0 0 0 .5em;
}