Pagination: Fix spacing for Newsletter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user