Skip to content

Commit

Permalink
Use rem instead of px for font size
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Dec 21, 2023
1 parent 9640b7a commit f7adb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $brown: #8f5536;
$root-font-family: "Source Sans Pro","Arial",sans-serif;

// poole's variables
$root-font-size: 17px;
$root-font-size: 1rem;
$root-font-weight: 400;
// golden ratio https://grtcalculator.com
// 18px @ 33 px, 20px @ 33 px ~ 1.667em
Expand All @@ -33,7 +33,7 @@ $body-bg: #fff;
$border-color: #e5e5e5;

$large-breakpoint: 38em;
$large-font-size: 19px;
$large-font-size: 1.1rem;
$font-scale-dot7: .7rem;
$font-scale-dot8: .8rem;
//
Expand Down

0 comments on commit f7adb11

Please sign in to comment.