From f740d00827fa854062f6ce3449ca6745fae9bea8 Mon Sep 17 00:00:00 2001 From: Tobias Ahlin Date: Wed, 25 May 2022 15:02:10 +0200 Subject: [PATCH] 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 <10384315+ashygee@users.noreply.github.com> Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com> --- .changeset/plenty-windows-brush.md | 5 +++++ src/marketing/buttons/button.scss | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/plenty-windows-brush.md diff --git a/.changeset/plenty-windows-brush.md b/.changeset/plenty-windows-brush.md new file mode 100644 index 0000000000..534b9bc9e9 --- /dev/null +++ b/.changeset/plenty-windows-brush.md @@ -0,0 +1,5 @@ +--- +"@primer/css": patch +--- + +Marketing: Bump font size of large buttons diff --git a/src/marketing/buttons/button.scss b/src/marketing/buttons/button.scss index 854b3ec31f..5d8c22244b 100644 --- a/src/marketing/buttons/button.scss +++ b/src/marketing/buttons/button.scss @@ -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; }