mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
optimize: 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">
|
<div class="row justify-center">
|
||||||
{
|
{
|
||||||
similarPosts.map((post) => (
|
similarPosts.map((post) => (
|
||||||
<div class="lg:col-4">
|
<div class="mb-14 lg:col-4">
|
||||||
<BlogCard data={post} />
|
<BlogCard data={post} />
|
||||||
</div>
|
</div>
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user