From 532fdc1958e58be734ad8c061e2445bd4743342d Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:33:58 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a211be3..48c8c18 100644 --- a/static/style.css +++ b/static/style.css @@ -41,10 +41,10 @@ #post:not(:last-child) { border-bottom: 1px solid #ccc; + margin-bottom: 1em; } #post:not(:first-child) { - margin-top: 1em; } #bar { -- 2.39.5