From d4bca6101483ede56274d91f347e166f5c13a834 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:32:49 -0600 Subject: [PATCH] -- --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 04daa00..90e7b8d 100644 --- a/static/style.css +++ b/static/style.css @@ -37,11 +37,10 @@ } #post { - + padding: 1em; } #post:not(:last-child) { - padding: 1em; border-bottom: 1px solid #ccc; } -- 2.39.5