centering auth page fix

This commit is contained in:
Čarodej
2022-05-31 15:38:08 +02:00
parent 7659cc7221
commit 05f58e1468
9 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div v-if="isVisible" class="w-full max-w-xl text-center">
<div v-if="isVisible" class="w-full max-w-xl text-center m-auto py-6">
<slot />
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<div class="flex items-center justify-center px-2.5 md:px-6">
<div class="flex px-2.5 md:px-6">
<slot />
</div>
</template>