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
+2 -2
View File
@@ -1,7 +1,7 @@
<template>
<AuthContentWrapper ref="auth">
<AuthContentWrapper ref="auth" class="h-screen">
<!--Registration-->
<AuthContent name="sign-up" :visible="true" class="mt-4 mb-12">
<AuthContent name="sign-up" :visible="true">
<Headline :title="$t('page_registration.title')" :description="$t('page_registration.subtitle')" />
<ValidationObserver