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 {
.newsletter__text {
max-width: 344px;
margin-bottom: 56px;
margin-bottom: 32px;
@include breakpoint (sm) {
margin-bottom: 72px;
margin-bottom: 48px;
}
}
}