From e9e838ae1a987bf6f72fc0b79b2433d939eec6b1 Mon Sep 17 00:00:00 2001 From: Shelby Kay Date: Wed, 13 Oct 2021 16:44:51 +0200 Subject: [PATCH] Edit max-width on newsletter component --- src/style/organisms/_newsletter.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/style/organisms/_newsletter.scss b/src/style/organisms/_newsletter.scss index cc86de1..ad04871 100644 --- a/src/style/organisms/_newsletter.scss +++ b/src/style/organisms/_newsletter.scss @@ -24,12 +24,12 @@ } } p { - max-width: 480px; margin-bottom: 32px; color: $color-text; font-weight: 200; @include bp (sm) { + max-width: 480px; margin-bottom: 40px; } } @@ -101,8 +101,13 @@ a { display: flex; align-items: center; + justify-content: center; text-decoration: none; color: $color-text; + + @include bp (sm) { + justify-content: start; + } } span { display: block;