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;