fix horizontal scroll on all pages

This commit is contained in:
zyl 2024-11-04 17:15:49 -08:00
parent ee48eae327
commit db1a084885
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs

View file

@ -48,7 +48,7 @@ a {
} }
hr { hr {
width: 100%; width: calc(100% - 2px);
} }
footer#footer { footer#footer {