Fix Subscribe page gap between Issues and globe margin

This commit is contained in:
2022-06-23 14:26:17 +02:00
parent b6af9a9a52
commit aea65da747

View File

@@ -47,7 +47,7 @@
@include bp (sm) {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 16px;
grid-gap: 24px;
}
}
li {
@@ -58,18 +58,17 @@
margin-bottom: 0;
}
}
// Issue
@import "../molecules/issue";
}
}
// Globe
:global(.globe--cropped) {
:global(.subscribe .globe-cropped) {
margin-top: 96px;
@include bp (sm) {
margin-top: 156px;
}
}
// Issue
@import "../molecules/issue";
}