Pagination: Fix spacing for Newsletter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-29 14:17:43 +02:00
parent 50cd2a3f30
commit c9e11d4f12
2 changed files with 4 additions and 6 deletions

View File

@@ -40,10 +40,10 @@
&--small { &--small {
.newsletter__text { .newsletter__text {
max-width: 344px; max-width: 344px;
margin-bottom: 56px; margin-bottom: 32px;
@include breakpoint (sm) { @include breakpoint (sm) {
margin-bottom: 72px; margin-bottom: 48px;
} }
} }
} }

View File

@@ -99,16 +99,14 @@
// Message // Message
&__message { &__message {
padding: pxVW(40) 0;
h3 { h3 {
font-family: $font-serif; font-family: $font-serif;
font-size: rem(32px); font-size: rem(32px);
color: $color-secondary; color: $color-secondary;
margin-bottom: 24px; margin-bottom: 16px;
@include breakpoint (sm) { @include breakpoint (sm) {
margin-bottom: 32px; margin-bottom: 24px;
font-size: rem(40px); font-size: rem(40px);
} }
} }