Skip to content

Commit 4d5468f

Browse files
committed
fix: home-blog title margin
1 parent 342db2b commit 4d5468f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HomeBlog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default {
199199
}
200200
201201
h1 {
202-
margin:10% auto 1.8rem ;
202+
margin:7rem auto 1.8rem;
203203
font-size: 2.5rem;
204204
color #fff;
205205
}

0 commit comments

Comments
 (0)