From 82ba4401c68b5e4ec65c6bba603370629f0de18a Mon Sep 17 00:00:00 2001 From: asus Date: Mon, 20 Nov 2023 01:14:17 +0100 Subject: [PATCH] adjusted font size for phones --- styles/text.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/text.css b/styles/text.css index 128dd0d..64c6279 100644 --- a/styles/text.css +++ b/styles/text.css @@ -14,6 +14,11 @@ body, pre { font-weight: normal; font-style: normal; } +@media screen and (max-width: 500px) { + body, pre { + font-size: 1.5rem; + } +} ul { /* */