We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323cbc9 commit 7af15a2Copy full SHA for 7af15a2
src/components/PostsList.astro
@@ -46,4 +46,7 @@ if (limit && list.length > limit) {
46
.more-posts {
47
margin-top: 1rem;
48
}
49
+ .posts-list-item {
50
+ margin-bottom: 4px;
51
+ }
52
</style>
0 commit comments