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="space-bottom"
:class="{ 'center-content': center }" :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 }} {{ title }}
</BaseTitle> </BaseTitle>
<slot /> <slot />
@ -29,7 +29,7 @@ export default {
}, },
props: { props: {
width: { width: {
default: "", default: "slim",
type: String type: String
}, },
title: { title: {