Skip to content

Commit a64b8a0

Browse files
committed
Improve leading on H1
On mobile especially, the `line-height` of the H1 is far too large. Increase the `font-size` while maintaining the baseline grid.
1 parent 4c301dc commit a64b8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
}
6868

6969
h1 {
70-
font-size: 2.25rem;
71-
line-height: 1.333333333;
70+
font-size: 2.5rem;
71+
line-height: 1.2;
7272
}
7373

7474
/**

0 commit comments

Comments
 (0)