💻 | Working

This commit is contained in:
2021-04-16 21:52:29 +02:00
parent 2ecad33096
commit 8450d8bebf
25 changed files with 162 additions and 122 deletions

View File

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