before recipes:update

This commit is contained in:
2022-05-11 14:48:04 +02:00
parent 1b4ca82754
commit c84ec14cb5
46 changed files with 1363 additions and 1235 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="d-flex flex-column justify-content-between mt-2 mb-2">
<div class="d-flex flex-column justify-content-between box mt-2 p-3 mb-2">
<div></div>
<div>
<span v-html="quote"></span>
@@ -13,4 +13,4 @@ export default {
name: 'Quote',
props: ['quote']
}
</script>
</script>