mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
Merge pull request #35 from javayhu/related_posts
Optimize the issue where there is no spacing set between multiple rows of related posts when there are many related posts.
This commit is contained in:
@@ -101,7 +101,7 @@ const { title, description, author, categories, image, date, tags } = post.data;
|
||||
<div class="row justify-center">
|
||||
{
|
||||
similarPosts.map((post) => (
|
||||
<div class="lg:col-4">
|
||||
<div class="mb-14 lg:col-4">
|
||||
<BlogCard data={post} />
|
||||
</div>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user