From 34e13284daf6a2afe26ca5fc04e82088d2c119f3 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sat, 14 Oct 2023 15:00:46 +0000 Subject: [PATCH] chore: Uncomment 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 f7caa9f..da46edb 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;