From dd535780b73399c4fb4ed47a99c7a6f1b86e5fdb Mon Sep 17 00:00:00 2001 From: m Date: Sun, 15 Mar 2026 04:43:11 +0100 Subject: [PATCH] divider.. --- static/css/blog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/blog.css b/static/css/blog.css index 19db76b..c0531e0 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -4,11 +4,11 @@ border-top: 1px solid #e5e7eb; } .post-divider-expanded { - margin-top: 25px; + margin-top: 0px; margin-bottom: 60px; } .post-divider-preview { - margin-top: 75px; + margin-top: 50px; margin-bottom: 60px; }