1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

refactor(post): reduce the margin between title and description

This commit is contained in:
Cotes Chung
2024-03-23 03:52:13 +08:00
parent 6044df4ff1
commit 319a082940
2 changed files with 4 additions and 1 deletions

View File

@@ -369,7 +369,6 @@ main {
h1 {
margin-top: 2rem;
margin-bottom: 1.5rem;
}
p {

View File

@@ -38,6 +38,10 @@ header {
}
}
}
h1 + .post-meta {
margin-top: 1.5rem;
}
}
.post-tail-wrapper {