💻 | Working and finishing

This commit is contained in:
2021-04-16 23:24:58 +02:00
parent 8450d8bebf
commit 3fa4a08d59
15 changed files with 33 additions and 231 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="rounded-3xl p-2 lg:p-8 text-center shadow-md" :class="getColor">
<div class="rounded-3xl p-2 lg:p-8 text-center" :class="getColor">
<slot />
</div>
</template>