style.css: move margin from body to head

This commit is contained in:
Zankaria 2025-02-03 20:00:51 +01:00
parent 4c17b0af9e
commit 9ff71351a4

View file

@ -538,7 +538,7 @@ div.post {
} }
div.post div.head { div.post div.head {
margin: 0.1em 1em 0.1em 1.4em; margin: 0.1em 1em 0.8em 1.4em;
clear: both; clear: both;
line-height: 1.3em; line-height: 1.3em;
} }
@ -563,7 +563,6 @@ div.post.op > p {
} }
div.post div.body { div.post div.body {
margin-top: 0.8em;
margin-left: 1.4em; margin-left: 1.4em;
padding-right: 3em; padding-right: 3em;
padding-bottom: 0.3em; padding-bottom: 0.3em;