From bed5640366ed68588a93399fc451eba736cf58c4 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Mon, 14 Aug 2023 21:25:47 +0100 Subject: [PATCH] fix base font size --- src/assets/stylesheets/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assets/stylesheets/app.css b/src/assets/stylesheets/app.css index ec1acc9..70a7f7f 100644 --- a/src/assets/stylesheets/app.css +++ b/src/assets/stylesheets/app.css @@ -2,8 +2,11 @@ display: none !important; } -body { +html { font-size: 15px !important; +} + +body { overscroll-behavior: none; }