Fix Subscribe page gap between Issues and globe margin
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user