From 12fcdc5ede169f70dddddb9dc4a157e9d0ff60d2 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:33:14 -0600 Subject: [PATCH] -- --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 90e7b8d..1d6c6a7 100644 --- a/static/style.css +++ b/static/style.css @@ -37,13 +37,16 @@ } #post { - padding: 1em; } #post:not(:last-child) { border-bottom: 1px solid #ccc; } +#post:not(:first-child) { + padding-top: 1em; +} + #bar { } -- 2.39.5