Added more space between title and content

This commit is contained in:
Maximilian Giller 2021-11-23 14:40:07 +01:00
parent 206ef4c503
commit 7a6854bfc7

View file

@ -8,7 +8,13 @@
class="space-bottom"
:class="{ 'center-content': center }"
>
<BaseTitle v-if="title" center size="giant" class="centered" outline>
<BaseTitle
v-if="title"
center
size="giant"
class="centered space-bottom"
outline
>
{{ title.toUpperCase() }}
</BaseTitle>
<slot />