From 222407b6a42abdc9ae291ccb717ccc66ebd630b1 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:35:02 -0600 Subject: [PATCH] -- --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 6efaa4d..967b2f8 100644 --- a/static/style.css +++ b/static/style.css @@ -42,6 +42,7 @@ #post:not(:last-child) { border-bottom: 1px solid #ccc; padding-bottom: 0.5em; + padding-right: 1em; } #post:not(:first-child) { -- 2.39.5