@primer/css 20.2.0 → 20.2.1-rc.833ef5c2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -158,5 +158,7 @@
158
158
 
159
159
  .btn-large-mktg {
160
160
  // 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;
162
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.2.0",
3
+ "version": "20.2.1-rc.833ef5c2",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",