Skip to content

Commit 319a082

Browse files
committed
refactor(post): reduce the margin between title and description
1 parent 6044df4 commit 319a082

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_sass/addon/commons.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ main {
369369

370370
h1 {
371371
margin-top: 2rem;
372-
margin-bottom: 1.5rem;
373372
}
374373

375374
p {

_sass/layout/post.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ header {
3838
}
3939
}
4040
}
41+
42+
h1 + .post-meta {
43+
margin-top: 1.5rem;
44+
}
4145
}
4246

4347
.post-tail-wrapper {

0 commit comments

Comments
 (0)