From 9a14e9352453a512b05de26027355453e2bf6305 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 23 Nov 2022 18:57:43 +0100 Subject: [PATCH] Inrease font size for small devices --- src/http/static/mediocre.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css index 0187543..27dd963 100644 --- a/src/http/static/mediocre.css +++ b/src/http/static/mediocre.css @@ -61,6 +61,12 @@ html { font-size: 1em; } +@media (max-width: 800px) { + html { + font-size: 1.3em; + } +} + header { background: var(--nc-bg-1); font-size: 1.5rem;