From f0a2900f014b74d20b0b2d0d98defa1c8577e3ea Mon Sep 17 00:00:00 2001 From: t1enne Date: Thu, 13 Oct 2022 21:23:25 +0200 Subject: [PATCH] increased font size on mobile --- web/styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/globals.scss b/web/styles/globals.scss index 22b7fd121..b2bd3613a 100644 --- a/web/styles/globals.scss +++ b/web/styles/globals.scss @@ -15,7 +15,7 @@ } html { - font-size: clamp(14px, 1.35vw, 16px); + font-size: clamp(15px, 1.35vw, 16px); } body {