From a7d2372ca19383066b8c00aab5b08f4cc4945057 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:34:34 -0600 Subject: [PATCH] -- --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 0f62645..6efaa4d 100644 --- a/static/style.css +++ b/static/style.css @@ -41,10 +41,11 @@ #post:not(:last-child) { border-bottom: 1px solid #ccc; - padding-bottom: 1em; + padding-bottom: 0.5em; } #post:not(:first-child) { + padding-top: 0.5em; } #bar { -- 2.39.5