Skip to content

Commit

Permalink
fix(header): 네비게이션 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Nov 23, 2023
1 parent 1100716 commit 44cb3c7
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 44cb3c7

Please sign in to comment.