Skip to content

Commit

Permalink
Marketing: Bump font size of large buttons (#2091)
Browse files Browse the repository at this point in the history
* Update button.scss

* Create plenty-windows-brush.md

* Update src/marketing/buttons/button.scss

Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com>

Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com>
  • Loading branch information
tobiasahlin and ashygee committed May 25, 2022
1 parent 71dc4b9 commit f740d00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/plenty-windows-brush.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Marketing: Bump font size of large buttons
4 changes: 3 additions & 1 deletion src/marketing/buttons/button.scss
Expand Up @@ -158,5 +158,7 @@

.btn-large-mktg {
// stylelint-disable-next-line primer/spacing
padding: 20px 30px 23px !important;
padding: 16px 30px 20px !important;
// stylelint-disable-next-line primer/typography
font-size: 1.25rem;
}

0 comments on commit f740d00

Please sign in to comment.