Skip to content

Commit 6ca6a25

Browse files
committed
Remove excess space above blog listing title
1 parent f593bf0 commit 6ca6a25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/blog/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ useHead({
286286
}
287287
288288
.header>:deep(.section-header) {
289-
margin-top: 20px;
290-
margin-bottom: 0px;
289+
margin-block: 0;
291290
292291
h2.section-title {
293292
color: $heading-grey;

0 commit comments

Comments
 (0)