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