From 31849ed5ab09c56e190dedff358b2834cb11dcb8 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sat, 11 Apr 2026 01:33:35 +0300 Subject: [PATCH] update fontsize on phone --- src/styles/global.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index 4d170df..8d1149c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -93,6 +93,14 @@ html.dark body::after { } @media (max-width: 700px) { + code { + font-size: 0.92rem; + } + + body { + font-size: 1rem; + } + body::after { opacity: 0; }