chore: Uncomment mobile font size media query

This commit is contained in:
daudix-UFO
2023-10-14 15:00:46 +00:00
parent be5794ba6e
commit 34e13284da

View File

@ -14,12 +14,12 @@ body {
accent-color: var(--accent-color); accent-color: var(--accent-color);
} }
// @media only screen and (max-device-width: 480px) { @media only screen and (max-device-width: 480px) {
// html, html,
// body { body {
// font-size: 14px; font-size: 14px;
// } }
// } }
body { body {
font-family: "Inter", sans-serif; font-family: "Inter", sans-serif;