change layout class

This commit is contained in:
2025-10-01 20:05:16 +07:00
parent 00c6d873e9
commit 4184918a5d
11 changed files with 46 additions and 28 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<section class="project-cards">
<section class="post-card-container">
<template v-for="post in posts" :key="post.id">
<PostCard :post="post" />
</template>