diff --git a/src/styles/globalStyle.ts b/src/styles/globalStyle.ts index 54e1fc1d..4968955a 100644 --- a/src/styles/globalStyle.ts +++ b/src/styles/globalStyle.ts @@ -11,6 +11,10 @@ const GlobalStyle = createGlobalStyle` } :root { + @media screen and (min-width: 1026px) and (max-width: 1440px) { + font-size: 90%; + } + @media screen and (min-width: 769px) and (max-width: 1025px) { font-size: 80%; }