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

perf(posts): improve core block bottom padding

Fixes the relative position between the bottoms of the core-wrapper and the ToC (caused by b405a58)
This commit is contained in:
Cotes Chung
2022-10-06 02:01:17 +08:00
parent 39da11e3f3
commit d2fb98b3e5
2 changed files with 6 additions and 2 deletions

View File

@@ -1049,6 +1049,10 @@ $sidebar-display: "sidebar-display";
@extend %no-bottom-border;
}
}
@at-root .row:only-child > #{&} {
padding-bottom: 3rem;
}
}
#mask {