Skip to content

Commit

Permalink
Larger font-size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Feb 29, 2024
1 parent b599c1e commit 2498135
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ html {
font-variation-settings:
"wdth" 100;
}

/* Larger font-size on mobile */
@media (max-width: 1024px) {
html {
font-size: 20px;
}
}

body {
background-color: var(--gray-1);
color: var(--gray-3);
Expand Down

0 comments on commit 2498135

Please sign in to comment.