Refactor: layout

This commit is contained in:
2022-11-04 17:44:32 +01:00
parent 56820b25c6
commit f5d0734e84
11 changed files with 121 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-container>
<v-sheet class="rounded-lg pa-4">
<v-card class="pa-4">
<v-row align="center">
<v-col cols="auto" style="position: relative">
<v-avatar size="200">
@@ -35,7 +35,7 @@
</v-btn>
</v-col>
</v-row>
</v-sheet>
</v-card>
</v-container>
</template>