style.css: newline with a bit of margin after op's head

This commit is contained in:
Zankaria 2024-08-28 22:49:37 +02:00
parent 888b976048
commit 691cd0b531

View file

@ -521,6 +521,11 @@ div.post > p {
} }
} }
div.post.op > p {
clear: both;
padding-top: 1em;
}
div.post div.body { div.post div.body {
margin-top: 0.8em; margin-top: 0.8em;
padding-right: 3em; padding-right: 3em;