empty page fix

grid fix
auth page fix
This commit is contained in:
Čarodej
2021-10-29 17:22:33 +02:00
parent b1a6fc3bf2
commit 06bb51989e
6 changed files with 162 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="auth">
<div class="h-screen flex justify-center items-center">
<slot></slot>
</div>
</template>
@@ -9,12 +9,3 @@
name: 'AuthContentWrapper',
}
</script>
<style scoped lang="scss">
#auth {
height: 100%;
width: 100%;
display: table;
}
</style>