perf: center login screen

This commit is contained in:
Daan Wijns 2023-12-17 10:15:39 +01:00
parent 36ef9eaefc
commit f773756b16

View file

@ -59,7 +59,7 @@ watchEffect(() => {
</script>
<template>
<v-layout class="mt-16">
<v-container class="fill-height">
<v-card class="mx-auto" rounded="lg" min-width="250">
<v-card-title>{{ t('login.title') }}</v-card-title>
<v-card-subtitle>{{ t('login.subtitle') }}</v-card-subtitle>
@ -86,7 +86,7 @@ watchEffect(() => {
</v-btn>
</v-card-actions>
</v-card>
</v-layout>
</v-container>
</template>
<style scoped></style>