From 25eabc471499e00d29ee6a6a7f309977bc7ad6ff Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 7 Jan 2025 18:48:12 +0100 Subject: [PATCH] style.css: harmonize head margin --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index ed743359..d1c9096b 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -319,7 +319,7 @@ div.post { } div.post div.head { - margin: 0.1em 1em; + margin: 0.1em 1em 0.1em 1.4em; clear: both; line-height: 1.3em; }