diff --git a/layouts/quote.vue b/layouts/quote.vue index 7edc1f5..7fdfa41 100644 --- a/layouts/quote.vue +++ b/layouts/quote.vue @@ -1,5 +1,17 @@ + + diff --git a/layouts/title-image.vue b/layouts/title-image.vue index 310859e..78e0722 100644 --- a/layouts/title-image.vue +++ b/layouts/title-image.vue @@ -5,6 +5,14 @@ const props = defineProps({ image: { type: String, required: true + }, + ratio: { + type: String, + default: '3fr 2fr' + }, + imageAlign: { + type: String, + default: 'center' } }) @@ -14,7 +22,7 @@ const image = imageSrc(props.image)