From 5f00dbf341cad46b8fb1c3b0b2171e32e617e71e Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 23 Jan 2024 16:49:03 -0600 Subject: [PATCH] improve vertical spacing on hr elements --- static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 4da0ccf..6722a9b 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -357,3 +357,8 @@ img.tinylytics_webring_avatar { .footnote-backref { text-decoration: none; } + +/* hr override */ +hr { + margin-top: 1.5rem; +} \ No newline at end of file