From 73c5f09420eb95a8ae3ff0d62a31e07b7bcadf75 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 Jan 2025 23:56:34 -0700 Subject: [PATCH] better phone support --- static/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index d185019..8548ca5 100644 --- a/static/style.css +++ b/static/style.css @@ -133,9 +133,13 @@ main { margin: auto; } -@media screen and (max-width: 1500px) { -main { +@media screen and (max-width: 1200px) { +main, section { max-width: 100%; - margin: auto; + margin: 0; +} +:root { + --radius: 0; + font-size: large; +} } -} \ No newline at end of file