Modified visual elements
This commit is contained in:
@@ -8,16 +8,11 @@
|
||||
|
||||
<PostContentMenu></PostContentMenu>
|
||||
|
||||
<div class="flex">
|
||||
<RouterLink v-for="(post, index) in posts"
|
||||
:key="index"
|
||||
:to="post.routerLink"
|
||||
class="bg-amber flex grow">
|
||||
<PostCard :post="post"
|
||||
<div class="flex">
|
||||
<PostCard v-for="(post, index) in posts"
|
||||
:post="post"
|
||||
class="m-2 bg-red w-full">
|
||||
</PostCard>
|
||||
</RouterLink>
|
||||
|
||||
</PostCard>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user