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

Beautify the layout for posts heading and preview-image.

This commit is contained in:
Cotes Chung
2020-08-21 22:45:12 +08:00
parent f0b4e30363
commit 7bb861b573
3 changed files with 8 additions and 1 deletions

View File

@@ -52,6 +52,10 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
margin: 1rem 0 0.8rem;
}
}
.post-preview-img {
margin-top: 0;
margin-bottom: 2.5rem;
}
}
.post-tail-wrapper {