Add 10px margin to top and bottom of hr element

pull/2158/head
Graham 2021-06-14 12:24:01 -06:00 zatwierdzone przez GitHub
rodzic 31466785ad
commit 908bc7561b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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*/