increase margins around h3 in prose docs

This commit is contained in:
りき萌 2025-08-17 22:22:00 +02:00
parent c612929825
commit 332fb13668

View file

@ -43,6 +43,12 @@ main.doc {
padding-bottom: 0.5lh;
}
& h3 {
margin: 0;
padding-top: 0.5lh;
padding-bottom: 0.5lh;
}
& ul,
& ol {
/* Is there a better way to add spacing to the marker, other than adding whitespace? */