improve vertical spacing on hr elements

This commit is contained in:
John Bowdre 2024-01-23 16:49:03 -06:00
parent 5983ffe342
commit 0bdb4b2d20

View file

@ -357,3 +357,8 @@ img.tinylytics_webring_avatar {
.footnote-backref { .footnote-backref {
text-decoration: none; text-decoration: none;
} }
/* hr override */
hr {
margin-top: 1.5rem;
}