Skip to content

Commit e3c29cc

Browse files
authored
Merge pull request #132 from Team-INSERT/hotfix/header-navigation
fix(header): 네비게이션 이름 변경
2 parents 7cb604f + 44cb3c7 commit e3c29cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/globalStyle.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ const GlobalStyle = createGlobalStyle`
1111
}
1212
1313
:root {
14+
@media screen and (min-width: 1026px) and (max-width: 1440px) {
15+
font-size: 90%;
16+
}
17+
1418
@media screen and (min-width: 769px) and (max-width: 1025px) {
1519
font-size: 80%;
1620
}

0 commit comments

Comments
 (0)