tweaking Post Ui card

This commit is contained in:
PascalMarchesseault
2024-08-07 12:07:58 -04:00
parent c67b83d367
commit 38df1039d9
3 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<template v-for="content in contents">
<content-card :content="content"
class="w-full p-2 my-2"
class="w-full my-2"
></content-card>
</template>