diff --git a/src/style/organisms/_newsletter.scss b/src/style/organisms/_newsletter.scss index e3934f0..2f53827 100644 --- a/src/style/organisms/_newsletter.scss +++ b/src/style/organisms/_newsletter.scss @@ -98,21 +98,23 @@ } a { + display: flex; + align-items: center; text-decoration: none; color: $color-text; } - span { + display: block; + padding-bottom: 2px; font-size: rem(14px); color: $color-text; margin-left: 8px; border-bottom: 1px solid $color-text; @include bp (sm) { - margin-left: 16px; + margin-left: 12px; } } - p { color: $color-gray; line-height: 1.3;