UI improvements part 5

This commit is contained in:
Čarodej
2022-01-28 09:17:36 +01:00
parent 0c71329dee
commit 42c2ffc274
13 changed files with 141 additions and 29 deletions

View File

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