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