improve vertical spacing on hr elements

This commit is contained in:
John Bowdre 2024-01-23 16:49:03 -06:00
parent 809231af5c
commit 5f00dbf341

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;
}