Skip to content

Commit

Permalink
Merge pull request #132 from Team-INSERT/hotfix/header-navigation
Browse files Browse the repository at this point in the history
fix(header): 네비게이션 이름 변경
  • Loading branch information
Ubinquitous authored Nov 23, 2023
2 parents 7cb604f + 44cb3c7 commit e3c29cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/globalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down

0 comments on commit e3c29cc

Please sign in to comment.