From 16451374abf693097ac87fa3fec15c3956b59d0a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 10 Oct 2025 23:41:13 +0200 Subject: [PATCH] style.css: reduce margin between head and rest of the post --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 741b5ca7..0ab1389b 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -543,7 +543,7 @@ div.post { } div.post div.head { - margin: 0.1em 1em 0.8em 1.4em; + margin: 0.1em 1em 0.5em 1.4em; clear: both; line-height: 1.3em; }