mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add 10px margin to top and bottom of hr element
This commit is contained in:
parent
31466785ad
commit
908bc7561b
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ body.dark-theme {
|
|||
the hr element is rendered improperly within one.
|
||||
See https://stackoverflow.com/a/34372979 for more info */
|
||||
hr {
|
||||
margin: auto 0 auto 0;
|
||||
margin: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
/* Description Expansion Styling*/
|
||||
|
|
Loading…
Reference in a new issue