Skip to content

Commit 4b42c53

Browse files
authored
Merge pull request #1385 from primer/tobiasahlin/adjust-marketing-lineheight
Marketing typography: 64px → 68px for third size step
2 parents a44a737 + 1cfff7a commit 4b42c53

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/kind-roses-lie.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Marketing typography: 64px → 68px for third size step

src/marketing/support/variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $mktg-h-size-10: 16px !default;
2727
// Header Line-height steps
2828
$mktg-h-lh-0: 100px !default;
2929
$mktg-h-lh-1: 76px !default;
30-
$mktg-h-lh-2: 64px !default;
30+
$mktg-h-lh-2: 68px !default;
3131
$mktg-h-lh-3: 60px !default;
3232
$mktg-h-lh-4: 52px !default;
3333
$mktg-h-lh-5: 44px !default;

0 commit comments

Comments
 (0)