feat(style): increase width of <hr> elements

This commit is contained in:
Price Hiller 2023-08-27 23:16:29 -05:00
parent d4357a163d
commit e10950ad82
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -268,6 +268,8 @@ p > code {
hr {
margin: 30px;
width: 125%;
align-self: center;
border: none;
border-top: thin solid;
}