Set hr width to 25%

This commit is contained in:
youngchief btw ツ 2022-11-25 10:42:36 -08:00
parent b5749221ba
commit 2485e09ecc
Signed by: youngchief
GPG Key ID: D0B82F3B62643A2D
1 changed files with 4 additions and 0 deletions

View File

@ -40,4 +40,8 @@ body {
border-style: solid;
padding: 2px;
line-break: 2px;
}
hr {
width: 25%
}