Skip to content

Commit

Permalink
chore: list item spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
codenomnom committed Nov 25, 2024
1 parent 323cbc9 commit 7af15a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/PostsList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ if (limit && list.length > limit) {
.more-posts {
margin-top: 1rem;
}
.posts-list-item {
margin-bottom: 4px;
}
</style>

0 comments on commit 7af15a2

Please sign in to comment.