1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix(layout): restore the margin bottom of the main area (#1047)

This commit is contained in:
Cotes Chung
2023-05-18 11:09:32 +08:00
committed by GitHub
parent 3bd881da70
commit eb40f51c84
4 changed files with 7 additions and 11 deletions

View File

@@ -1113,10 +1113,6 @@ $btn-mb: 0.5rem;
@extend %no-bottom-border;
}
}
@at-root .row:only-child > #{&} {
padding-bottom: 3rem;
}
}
#mask {

View File

@@ -5,10 +5,6 @@
#post-list {
margin-top: 2rem;
&:only-child {
margin-bottom: 3.75rem;
}
a.card-wrapper {
display: block;