make my site slightly more accessible

This commit is contained in:
2025-08-21 22:18:15 -04:00
parent 3c0c510a0d
commit 1061b92d28

View File

@@ -38,6 +38,14 @@ html, body {
max-width: 80ch; max-width: 80ch;
margin: auto; margin: auto;
} }
@media (orientation: portrait) {
html, body {
max-width: 100% !important;
padding: 5px !important;
}
}
#font, p, ul, ol, h1, h2, h3, h4, h5, table { #font, p, ul, ol, h1, h2, h3, h4, h5, table {
font-family: sans-serif; font-family: sans-serif;
color: white; color: white;