From 12bb1d1a61106a67b845d954688bc372dd1b19c2 Mon Sep 17 00:00:00 2001 From: poojagunturu96 Date: Mon, 11 Nov 2024 15:52:17 -0600 Subject: [PATCH] update styles for cta bar --- src/scss/components/_cta-bar.scss | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/scss/components/_cta-bar.scss b/src/scss/components/_cta-bar.scss index dc690d3e..2bd5d417 100644 --- a/src/scss/components/_cta-bar.scss +++ b/src/scss/components/_cta-bar.scss @@ -6,12 +6,12 @@ font-weight: $font-weight-semibold; font-size: $typescale-3; transition: background 0.2s; - padding-top: $spacing-2; + padding-top: $spacing-1; padding-bottom: $spacing-2; @include make-gutters; @include breakpoint(md) { - padding-bottom: $spacing-2; + padding-bottom: $spacing-1; } &:hover, @@ -48,7 +48,11 @@ display: flex; flex-direction: column; align-items: center; - // margin-bottom: $spacing-3; + padding-top: $spacing-2; + + @include breakpoint(md) { + padding-bottom: $spacing-2; + } @include breakpoint(lg) { flex-direction: row; @@ -74,22 +78,15 @@ a.cta-bar__link { color: $white; font-size: $typescale-2; + // font-weight: $font-weight-medium; @include link-border; white-space: nowrap; &:not(:first-child) { margin-left: $spacing-3; - span { - margin-left: $spacing-3; - } - @include breakpoint(lg) { margin-left: $spacing-5; - - span { - margin-left: $spacing-5; - } } } }