fix category

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-18 13:51:58 +06:00
parent ccfcc27711
commit 207eb8e7c2
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ const { data } = await useAsyncData("home", () => queryContent("/").find());
<h1 class="font-semibold text-3xl mt-10 py-3 mx-5 text-slate-800">
ALL CATEGORY
</h1>
<div class="flex justify-between flex-wrap">
<category-card v-for="n in 20" :key="n" />
<div class="flex justify-start flex-wrap">
<category-card v-for="n in 19" :key="n" />
</div>
</div>
</template>