Skip to content

Commit f740d00

Browse files
tobiasahlinashygee
andauthored
Marketing: Bump font size of large buttons (#2091)
* Update button.scss * Create plenty-windows-brush.md * Update src/marketing/buttons/button.scss Co-authored-by: Ash Guillaume <[email protected]> Co-authored-by: Ash Guillaume <[email protected]>
1 parent 71dc4b9 commit f740d00

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/plenty-windows-brush.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Marketing: Bump font size of large buttons

src/marketing/buttons/button.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,7 @@
158158

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

0 commit comments

Comments
 (0)