Skip to content

Commit

Permalink
fix(ui): decrease teaser hero block title font line height
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Mar 5, 2024
1 parent 0c849bb commit 694ff38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/theme/extras/blocks/teaser.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@
max-width: 842px !important;
h2 {
font-size: 35px !important;
line-height: 40px !important;
line-height: 45px !important;

@media (min-width: 662px) {
font-size: 55px !important;
line-height: 90px !important;
line-height: 65px !important;
}
}
}
Expand Down

0 comments on commit 694ff38

Please sign in to comment.