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
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 4 additions and 1 deletions

View File

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

View File

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