New content layout in App.vue

This commit is contained in:
2024-10-08 00:51:50 -04:00
parent 4fd80db40f
commit 0c887c0e5e

View File

@@ -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>