From a8df5044a9e64e33b65b2698d5f267af3d54578f Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 16 Jul 2019 19:54:40 -0400 Subject: [PATCH] Update styling for buttons on the sticky header --- styles/components/_sticky_cta.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/components/_sticky_cta.scss b/styles/components/_sticky_cta.scss index 514383fa..441629d0 100644 --- a/styles/components/_sticky_cta.scss +++ b/styles/components/_sticky_cta.scss @@ -44,9 +44,9 @@ width: auto; } - input { + .usa-button { margin: $gap $gap * 1.5 $gap 0; - width: 19rem; + width: 20rem; height: 3.2rem; font-size: $small-font-size; }