mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
improve vertical spacing on hr elements
This commit is contained in:
parent
809231af5c
commit
5f00dbf341
1 changed files with 5 additions and 0 deletions
|
@ -357,3 +357,8 @@ img.tinylytics_webring_avatar {
|
|||
.footnote-backref {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* hr override */
|
||||
hr {
|
||||
margin-top: 1.5rem;
|
||||
}
|
Loading…
Reference in a new issue