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