From c039516692c97fc18b3c8b9684f4cf1ba31b965d Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sat, 14 Oct 2023 15:04:25 +0000 Subject: [PATCH] chore: Comment mobile font size media query --- sass/_main.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sass/_main.scss b/sass/_main.scss index da46edb..f7caa9f 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -14,12 +14,12 @@ body { accent-color: var(--accent-color); } -@media only screen and (max-device-width: 480px) { - html, - body { - font-size: 14px; - } -} +// @media only screen and (max-device-width: 480px) { +// html, +// body { +// font-size: 14px; +// } +// } body { font-family: "Inter", sans-serif;