A bit of css for the content-list and content-card
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<creator-banner :creator="creator"></creator-banner>
|
||||
<donation-popup :creator-id="creator.id"></donation-popup>
|
||||
|
||||
<div class="max-w-[800px] mx-auto flex flex-row justify-center border-l-2 border-r-2 -mt-6 ">
|
||||
<div class="w-full mt-20 h-full">
|
||||
<div class="max-w-[1000px] 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>
|
||||
|
||||
Reference in New Issue
Block a user