From: Emil Williams Date: Sat, 17 May 2025 14:33:14 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=12fcdc5ede169f70dddddb9dc4a157e9d0ff60d2;p=emil-3chen.org.git -- --- 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 { }