From 03493f9d615ae9afcb716c4d3f63c5b382d67edf Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 23 Nov 2022 19:21:25 +0100 Subject: Fix font sizes for small devices --- src/http/static/mediocre.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/http/static') diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css index 27dd963..5f692df 100644 --- a/src/http/static/mediocre.css +++ b/src/http/static/mediocre.css @@ -58,12 +58,12 @@ html { font-family: Georgia, serif; - font-size: 1em; + font-size: 16px; } -@media (max-width: 800px) { +@media (max-device-width: 800px) { html { - font-size: 1.3em; + font-size: 36px; } } -- cgit v1.2.3