Got the detail view working again

This commit is contained in:
2025-08-16 12:54:15 +12:00
parent cf44f19310
commit b2c4b6e765
8 changed files with 28 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ const re = await client.getRecipe(recipeid as string)
<SiteLayout>
<div class="flex flex-col md:flex-row mx-auto justify-center w-full lg:max-w-3/4 xl:max-w-2/3 2xl:max-w-1/2">
<div class="flex md:flex-1/3 flex-col mt-2 md:mt-4 sticky">
<ImageCarousel class="w-full" recipe={re} />
<ImageCarousel class="w-full" recipe={recipeid} />
<p class="text-[28pt] font-bold leading-11 mt-2">{re.name}</p>
<!-- Details -->