Skip to content

Commit

Permalink
Use em rather than px for font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 10, 2024
1 parent 5d7f9ba commit 945d7a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ $body-color: theme-color("aagi-black") !default;
$font-family-sans-serif: "Proxima Nova", Arial;
$font-family-monospace: "Fira Code";

$presentation-h1-font-size: 44px;
$presentation-h2-font-size: 40px;
$presentation-h3-font-size: 38px;
$presentation-font-size-root: 28px;
$presentation-h1-font-size: 2em;
$presentation-h2-font-size: 1.75em;
$presentation-h3-font-size: 1.5em;
$presentation-font-size-root: 2em;


/*-- scss:rules --*/
Expand Down

0 comments on commit 945d7a4

Please sign in to comment.