From f020fbf3795ec6a4b8f6589fa1f051b3bb2828f0 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 2 Nov 2024 15:18:29 -0400 Subject: [PATCH] make font smaller on mobile --- static/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/theme.css b/static/css/theme.css index ee6cb84..f181ef4 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -290,6 +290,7 @@ article .highlight pre { @media screen and (orientation:portrait) { article { max-width: 90vw; + font-size:16px; } }