layout fix

This commit is contained in:
2026-03-20 21:55:46 +00:00
parent c114bc84e8
commit 3f6a5e7c1e
2 changed files with 8 additions and 5 deletions

View File

@@ -1,12 +1,11 @@
<template>
<div class="recipe-bg min-h-screen pb-12">
<v-container class="py-10">
<RecipeDisplay
<div class="recipe-bg">
<v-container class="py-10 d-flex justify-center"> <RecipeDisplay
v-if="normalizedRecipe"
:recipe="normalizedRecipe"
:is-public-view="true"
class="recipe-card mx-auto"
style="max-width: 1000px;"
class="recipe-card"
style="width: 100%; max-width: 1000px;"
/>
<v-progress-linear v-else indeterminate color="#8c4a32" />
</v-container>