New content layout in App.vue
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<div class="pl-60 w-full">
|
<div class="pl-60 w-full">
|
||||||
|
|
||||||
<div v-if="!brandingStore.loading"
|
<div v-if="!brandingStore.loading"
|
||||||
class="min-h-screen flex justify-center items-center"
|
class="min-h-screen flex justify-center items-center py-10"
|
||||||
:style="{backgroundColor: brandingStore.colors.background}">
|
:style="{backgroundColor: brandingStore.colors.background}">
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user