From c181eecd13d58a18e15811c93bf31590fbac663a Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:34:18 -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 48c8c18..0f62645 100644 --- a/static/style.css +++ b/static/style.css @@ -41,7 +41,7 @@ #post:not(:last-child) { border-bottom: 1px solid #ccc; - margin-bottom: 1em; + padding-bottom: 1em; } #post:not(:first-child) { -- 2.39.5