Add latest issue part on Subscribe page and Create component for Issue

This commit is contained in:
2022-08-14 23:01:56 +02:00
parent 57f1dca240
commit 1163ba61f5
4 changed files with 110 additions and 38 deletions

View File

@@ -34,11 +34,16 @@
// Title
h2 {
text-align: center;
margin-top: 40px;
margin-bottom: 24px;
@include bp (sm) {
margin-top: 64px;
margin-bottom: 32px;
}
}
ul {
margin-top: 32px;
@include bp (sm) {
display: grid;
grid-template-columns: repeat(2, 1fr);
@@ -52,10 +57,11 @@
@include bp (sm) {
margin-bottom: 0;
}
}
// Issue
@import "../molecules/issue";
& > :global(*) {
height: 100%;
}
}
}
}