style.css: reduce margin between head and rest of the post

This commit is contained in:
Zankaria 2025-10-10 23:41:13 +02:00
parent ff6082d8cc
commit 16451374ab

View file

@ -543,7 +543,7 @@ div.post {
} }
div.post div.head { div.post div.head {
margin: 0.1em 1em 0.8em 1.4em; margin: 0.1em 1em 0.5em 1.4em;
clear: both; clear: both;
line-height: 1.3em; line-height: 1.3em;
} }