We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dc4b9 commit f740d00Copy full SHA for f740d00
.changeset/plenty-windows-brush.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Marketing: Bump font size of large buttons
src/marketing/buttons/button.scss
@@ -158,5 +158,7 @@
158
159
.btn-large-mktg {
160
// stylelint-disable-next-line primer/spacing
161
- padding: 20px 30px 23px !important;
+ padding: 16px 30px 20px !important;
162
+ // stylelint-disable-next-line primer/typography
163
+ font-size: 1.25rem;
164
}
0 commit comments