feat(style): increase width of <hr> elements
This commit is contained in:
parent
d4357a163d
commit
e10950ad82
@ -268,6 +268,8 @@ p > code {
|
|||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
|
width: 125%;
|
||||||
|
align-self: center;
|
||||||
border: none;
|
border: none;
|
||||||
border-top: thin solid;
|
border-top: thin solid;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user