Skip to content

Commit

Permalink
Merge pull request #1385 from primer/tobiasahlin/adjust-marketing-lin…
Browse files Browse the repository at this point in the history
…eheight

Marketing typography: 64px → 68px for third size step
  • Loading branch information
simurai authored May 10, 2021
2 parents a44a737 + 1cfff7a commit 4b42c53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-roses-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Marketing typography: 64px → 68px for third size step
2 changes: 1 addition & 1 deletion src/marketing/support/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $mktg-h-size-10: 16px !default;
// Header Line-height steps
$mktg-h-lh-0: 100px !default;
$mktg-h-lh-1: 76px !default;
$mktg-h-lh-2: 64px !default;
$mktg-h-lh-2: 68px !default;
$mktg-h-lh-3: 60px !default;
$mktg-h-lh-4: 52px !default;
$mktg-h-lh-5: 44px !default;
Expand Down

0 comments on commit 4b42c53

Please sign in to comment.