Skip to content

Commit e5a469c

Browse files
committed
chore: adjust font size for large sizes
1 parent f528734 commit e5a469c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/styles/globals.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ export default createGlobalStyle`
4848
4949
@media (min-width: 1600px) {
5050
html {
51-
font-size: 75%;
52-
}
53-
}
54-
@media (min-width: 1920px) {
55-
html {
56-
font-size: 87.5%;
51+
font-size: 60%;
5752
}
5853
}
5954

0 commit comments

Comments
 (0)