From 9ff71351a4ffd2e942a53421170287f8f58d84b9 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 3 Feb 2025 20:00:51 +0100 Subject: [PATCH] style.css: move margin from body to head --- stylesheets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index e509ffa8..7a744e10 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -538,7 +538,7 @@ div.post { } div.post div.head { - margin: 0.1em 1em 0.1em 1.4em; + margin: 0.1em 1em 0.8em 1.4em; clear: both; line-height: 1.3em; } @@ -563,7 +563,6 @@ div.post.op > p { } div.post div.body { - margin-top: 0.8em; margin-left: 1.4em; padding-right: 3em; padding-bottom: 0.3em;