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

Merge branch 'feature/multi-comments'

This commit is contained in:
Cotes Chung
2021-12-30 23:08:09 +08:00
6 changed files with 72 additions and 12 deletions

View File

@@ -233,9 +233,12 @@ nav[data-toggle=toc] {
#tail-wrapper {
min-height: 2rem;
> div:last-of-type {
margin-bottom: 2rem;
}
#disqus_thread {
min-height: 7.5rem;
margin-bottom: 2rem;
}
}