Skip to content

Commit

Permalink
fix: adjust h3 font-size and line-height on desktop screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
svvimming committed Sep 8, 2023
1 parent 40c91d5 commit ff6c2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/theme/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ $fontAssetPath: 'assets/fonts';
}

@mixin h3 { // Card headings
font-size: toRem(24);
line-height: leading(30, 24);
font-size: toRem(20);
line-height: leading(25, 20);
font-weight: 500;
letter-spacing: 0.03em;
@include medium {
Expand Down

0 comments on commit ff6c2b9

Please sign in to comment.