Skip to content

Commit

Permalink
Set large line height to 1.1 all the time.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Jun 5, 2024
1 parent 8ff06f9 commit 4b64e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ h5,

.hxxl {
font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 10vw, calc(var(--font-heading-scale) * 7.2rem));
line-height: calc(1.1 / max(1, var(--font-heading-scale)));
line-height: 1.1;
}

.hxl {
Expand Down

0 comments on commit 4b64e5a

Please sign in to comment.