Fix latest post spacing

This commit is contained in:
Sodbileg Gansukh
2021-07-12 12:19:06 +08:00
parent 4ff7fbe77f
commit 29390be55c
3 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -42,6 +42,7 @@
.gh-latest {
margin-top: 4rem;
margin-bottom: 12rem;
}
.gh-latest .gh-card-meta {
@@ -52,7 +53,6 @@
display: grid;
grid-template-columns: 4fr 2fr;
column-gap: 2.4rem;
margin-top: 12rem;
}
.gh-wrapper > .gh-section {
@@ -464,9 +464,12 @@
}
@media (max-width: 767px) {
.gh-latest {
margin-bottom: 8rem;
}
.gh-wrapper {
grid-template-columns: 1fr;
margin-top: 8rem;
}
.gh-card + .gh-card {