Added default width

This commit is contained in:
Maximilian Giller 2021-04-13 00:39:15 +02:00
parent e178ba4ac9
commit e3e3651c56

View file

@ -7,7 +7,7 @@
class="space-bottom"
:class="{ 'center-content': center }"
>
<BaseTitle v-if="title" center size="huge" class="centered">
<BaseTitle v-if="title" center size="huge" class="centered pt-5 pb-2">
{{ title }}
</BaseTitle>
<slot />
@ -29,7 +29,7 @@ export default {
},
props: {
width: {
default: "",
default: "slim",
type: String
},
title: {