fix(style): ensure <hr> does not touch edge of page

This commit is contained in:
Price Hiller 2023-08-27 23:26:04 -05:00
parent e10950ad82
commit 6c1c8c5628
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -268,7 +268,7 @@ p > code {
hr {
margin: 30px;
width: 125%;
width: min(125%, 95vw);
align-self: center;
border: none;
border-top: thin solid;