Skip to content

Commit

Permalink
#86: Make font-size relative to the user's default font size
Browse files Browse the repository at this point in the history
  • Loading branch information
jebbdomingo committed Aug 18, 2022
1 parent ebfc4e0 commit 9f164a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/site/utilities/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $mediumMargin: 20px;
$largeMargin: 30px;

// Sizes
$smallFont: 12px;
$smallFont: 1em;
$iconSize: 24px;

// Widths
Expand Down

0 comments on commit 9f164a5

Please sign in to comment.