Fix hr for new style regime

This commit is contained in:
Magnus Hoff 2017-10-14 00:08:03 +02:00
parent a009c824b6
commit f23695312e

View file

@ -53,9 +53,10 @@ h1+*, h2+*, h3+* {
margin-top: 0;
}
hr {
article>hr {
border: none;
border-top: 1px solid black;
max-width: 400px;
width: 70%;
margin: 20px auto;
}