Change leading in recipe title

This commit is contained in:
June 2025-08-14 11:37:12 +12:00
parent 7c87342dea
commit aa2409e591
Signed by: breadone
GPG Key ID: FDC19FE143200483

View File

@ -31,7 +31,7 @@ const ingredients = await Promise.all(
<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} />
<p class="text-[28pt] font-bold leading-none mt-2">{re.name}</p>
<p class="text-[28pt] font-bold leading-11 mt-2">{re.name}</p>
<!-- Details -->
<InfoView re={re} />