Merge pull request #2158 from 808-cowbell/increase-hr-margins

Add 10px margin to top and bottom of hr element
このコミットが含まれているのは:
syeopite 2021-06-18 12:45:22 -07:00 committed by GitHub
コミット f4c0ee49a7
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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