Skip to content

Commit

Permalink
chore(site): don't increase font size on larger screens
Browse files Browse the repository at this point in the history
grew to dislike this...
  • Loading branch information
fourstepper committed Apr 17, 2024
1 parent 1011ff5 commit fc99430
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
sans-serif;
}

@media screen and (min-width: 640px) {
:root {
font-size: 1.125rem;
}
}

@media screen and (min-width: 640px) {
code {
font-size: 1rem;
Expand Down

0 comments on commit fc99430

Please sign in to comment.