Skip to content

Commit

Permalink
Change html font size to 100% so browser font size settings are respe…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
admilne committed Jan 15, 2025
1 parent dcd86d8 commit 350ecbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/base/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html {
@include font-smoothing;

font-size: $base;
font-size: 100%;
}

body {
Expand Down

0 comments on commit 350ecbc

Please sign in to comment.