Skip to content

Commit 7af15a2

Browse files
committed
chore: list item spacing
1 parent 323cbc9 commit 7af15a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/PostsList.astro

+3
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ if (limit && list.length > limit) {
4646
.more-posts {
4747
margin-top: 1rem;
4848
}
49+
.posts-list-item {
50+
margin-bottom: 4px;
51+
}
4952
</style>

0 commit comments

Comments
 (0)