Add Flex-grow to occupy all available space.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div :style="{ backgroundColor: brandingStore.value.colors.background }">
|
||||
<div :style="{ backgroundColor: brandingStore.value.colors.background }" class="flex flex-col min-h-screen">
|
||||
<div class="flex-grow">
|
||||
<div class="max-w-[1500px] mx-auto">
|
||||
|
||||
<div v-if="brandingStore.loading">
|
||||
@@ -14,7 +15,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<Footer></Footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user