From 5799f83261fe7da43b66e68d73245bb6b851a2cf Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:35:21 -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 967b2f8..fa9518a 100644 --- a/static/style.css +++ b/static/style.css @@ -42,7 +42,7 @@ #post:not(:last-child) { border-bottom: 1px solid #ccc; padding-bottom: 0.5em; - padding-right: 1em; + margin-right: 1em; } #post:not(:first-child) { -- 2.39.5