Change Banner width
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="creator && creator.id">
|
<div v-if="creator && creator.id">
|
||||||
|
|
||||||
<creator-banner :creator="creator"
|
<div class="max-w-[1250px] mx-auto">
|
||||||
|
<creator-banner :creator="creator"
|
||||||
@content-posted="contentPosted"
|
@content-posted="contentPosted"
|
||||||
></creator-banner>
|
></creator-banner>
|
||||||
|
</div>
|
||||||
<div class="max-w-[800px] mx-auto flex flex-row justify-center ">
|
|
||||||
|
<div class="max-w-[800px] mx-auto">
|
||||||
<div class="w-full h-full mx-1">
|
<div class="w-full h-full mx-1">
|
||||||
<content-list :creator-id="creator.id"
|
<content-list :creator-id="creator.id"
|
||||||
:contents="contents"
|
:contents="contents"
|
||||||
|
|||||||
Reference in New Issue
Block a user