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,13 +5,12 @@
<donation-popup :creator-id="creator.id"></donation-popup>
<div class="max-w-[1000px] mx-auto flex flex-row justify-center border-l-2 border-r-2 -mt-6 ">
<div class="max-w-[850px] mx-auto flex flex-row justify-center border-l-2 border-r-2 -mt-6 ">
<div class="w-full h-full mx-1">
<content-list :creator-id="creator.id">
</content-list>
</div>
</div>
</div>
<!-- Fallback when user try to access a non-existing creator -->