Added more space between title and content
This commit is contained in:
parent
206ef4c503
commit
7a6854bfc7
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,13 @@
|
||||||
class="space-bottom"
|
class="space-bottom"
|
||||||
:class="{ 'center-content': center }"
|
: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() }}
|
{{ title.toUpperCase() }}
|
||||||
</BaseTitle>
|
</BaseTitle>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
Loading…
Reference in a new issue