fix(style): ensure <hr> does not touch edge of page
This commit is contained in:
parent
e10950ad82
commit
6c1c8c5628
@ -268,7 +268,7 @@ p > code {
|
||||
|
||||
hr {
|
||||
margin: 30px;
|
||||
width: 125%;
|
||||
width: min(125%, 95vw);
|
||||
align-self: center;
|
||||
border: none;
|
||||
border-top: thin solid;
|
||||
|
Loading…
Reference in New Issue
Block a user