From 02559777af521a9000bb578822cf0ed2862cee32 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:32:19 -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 ecfadd1..04daa00 100644 --- a/static/style.css +++ b/static/style.css @@ -41,7 +41,7 @@ } #post:not(:last-child) { - margin-top: 0.25em; + padding: 1em; border-bottom: 1px solid #ccc; } -- 2.39.5