Skip to content

Commit

Permalink
fix: h3 too small font size
Browse files Browse the repository at this point in the history
Size was smaller than text (1rem to 1.25rem).
  • Loading branch information
BGruenberg committed Nov 28, 2024
1 parent 1c36862 commit b0e910c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ h2 {

h3 {
color: $primary !important;
font-size: $font-size-small-mobile !important;
font-size: $font-size-medium-mobile !important;
@include media-breakpoint-up(lg) {
font-size: $font-size-small !important;
font-size: $font-size-medium !important;
}
}

Expand Down

0 comments on commit b0e910c

Please sign in to comment.