Add CreatorPresentation improve
This commit is contained in:
@@ -20,16 +20,13 @@
|
||||
</v-card>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--reator presentation-->
|
||||
|
||||
<div class="flex flex-row max-w-[1500px] mx-auto justify-center mt-8">
|
||||
<div>
|
||||
|
||||
<!-- Actualité feed-->
|
||||
<div class="flex flex-column px-2 max-w-80">
|
||||
<div>
|
||||
<Creatornewssummary :creator="creator"></Creatornewssummary>
|
||||
</div>
|
||||
<div class="flex flex-column px-2 max-w-80">
|
||||
<Creatornewssummary :creator="creator"></Creatornewssummary>
|
||||
</div>
|
||||
</div>
|
||||
<div class="min-w-[875px]"></div>
|
||||
@@ -75,5 +72,4 @@ const fetchCreatorData = async (creatorAlias) => {
|
||||
loading.value = false
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user