From 104eb189fe1c14ba7bd6f0df9d6213973a2055d6 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 26 Sep 2024 16:27:50 -0700 Subject: [PATCH] web: shrink
margins --- web/static/site-specific.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/site-specific.css b/web/static/site-specific.css index 0d46316..4b9803e 100644 --- a/web/static/site-specific.css +++ b/web/static/site-specific.css @@ -9,6 +9,10 @@ padding: inherit !important; } +.body.news-post hr { + margin: 0 !important; +} + .body.news-post .number { align-items: inherit; background-color: inherit;