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