From 1061b92d28eb559f211c428792e044ae4eb0f459 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 21 Aug 2025 22:18:15 -0400 Subject: [PATCH] make my site slightly more accessible --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 12e0852..9a16abe 100644 --- a/style.css +++ b/style.css @@ -38,6 +38,14 @@ html, body { max-width: 80ch; 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-family: sans-serif; color: white;