Fix rendering of hr element

このコミットが含まれているのは:
syeopite 2021-04-07 00:09:38 -07:00
コミット 5f2e87f0e3
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 6FA616E5A5294A82
1個のファイルの変更7行の追加0行の削除

ファイルの表示

@ -662,3 +662,10 @@ body.dark-theme {
content: "[ - ]";
font-size: 1.5em;
}
/*With commit d9528f5 all contents of the page is now within a flexbox. However,
the hr element is rendered improperly within one.
See https://stackoverflow.com/a/34372979 for more info */
hr {
margin: auto 0 auto 0;
}