Skip to content

Commit

Permalink
theme(fix): smaller h2 size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Aug 18, 2024
1 parent 5ac0572 commit bb254b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/01-settings/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $font-weight-bolder: 700;

/// headings
$h1-font-size: $font-size-base * 1.75;
$h2-font-size: $font-size-base * 1.5;
$h2-font-size: $font-size-base * 1.4;
$h3-font-size: $font-size-base * 1.25;
$h4-font-size: $font-size-base * 1.15;
$h5-font-size: $font-size-base;
Expand Down

0 comments on commit bb254b2

Please sign in to comment.