Fix Subscribe page gap between Issues and globe margin
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
grid-gap: 16px;
|
grid-gap: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
@@ -58,18 +58,17 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Issue
|
||||||
|
@import "../molecules/issue";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Globe
|
// Globe
|
||||||
:global(.globe--cropped) {
|
:global(.subscribe .globe-cropped) {
|
||||||
margin-top: 96px;
|
margin-top: 96px;
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
margin-top: 156px;
|
margin-top: 156px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Issue
|
|
||||||
@import "../molecules/issue";
|
|
||||||
Reference in New Issue
Block a user