Fix hr for new style regime
This commit is contained in:
parent
a009c824b6
commit
f23695312e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue