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 {
|
hr {
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
width: 125%;
|
width: min(125%, 95vw);
|
||||||
align-self: center;
|
align-self: center;
|
||||||
border: none;
|
border: none;
|
||||||
border-top: thin solid;
|
border-top: thin solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user