Skip to content

Commit 6e0b536

Browse files
committed
Slightly smaller line height on h1
1 parent f10922b commit 6e0b536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/sass/modules/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ h1,
9595
margin: 0.5em 0;
9696
font-size: 2.5rem; // 40px / 16px (fallback for browsers without `clamp()` support)
9797
font-size: clamp(2.25rem, 4vw, 4rem);
98-
line-height: 1.2; // 48px / 40px
98+
line-height: 1.15; // 46px / 40px
9999

100100
sup {
101101
top: -1.25em;

0 commit comments

Comments
 (0)