From ce0657cc6d2c06fe50783682aba011b3cb150db6 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 17 Dec 2023 20:56:58 +0100 Subject: [PATCH] style: smaller base font --- apps/client/src/index.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/apps/client/src/index.scss b/apps/client/src/index.scss index c7299401e..d82410657 100644 --- a/apps/client/src/index.scss +++ b/apps/client/src/index.scss @@ -17,7 +17,7 @@ body, html, .App { - font-size: 16px; + font-size: 15px; font-family: $ontime-font-family; margin: 0 auto; overflow: hidden; @@ -29,13 +29,6 @@ html, background-color: $bg-container-l1; } -@media (min-width: 1450px) and (max-width: 1666px) { - body, - html, - .App { - font-size: 15px; - } -} // workaround for chakra // // https://github.com/chakra-ui/chakra-ui/issues/417 option {