Skip to content

Commit

Permalink
Fix default heading font-size
Browse files Browse the repository at this point in the history
Refs: #6915
  • Loading branch information
anicyne committed Oct 28, 2024
1 parent 2d18a63 commit 2878133
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions packages/themes/default/src/mixins/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,20 @@
}

@mixin kol-typography-h1 {
font-size: rem(32);
font-size: rem(24);
line-height: 1.25;
}

@mixin kol-typography-h2 {
font-size: rem(28);
font-size: rem(20);
line-height: 1.143;
}

@mixin kol-typography-h3 {
font-size: rem(24);
font-size: rem(18);
line-height: 1.1667;
}

@mixin kol-typography-h4 {
font-size: rem(20);
line-height: 1.4;
}

@mixin kol-typography-h5 {
font-size: rem(16);
line-height: 1.5;
}

@mixin kol-typography-accordion {
font-weight: 700;
font-size: rem(18);
Expand Down

0 comments on commit 2878133

Please sign in to comment.