remove acciedntal extra padding

oops i copied and pasted wrong
This commit is contained in:
JovannMC 2025-02-05 17:36:52 +03:00
parent bfba1cc655
commit 4723f864dd
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -180,9 +180,7 @@
delay: isMobile ? 0 : 200, delay: isMobile ? 0 : 200,
}} }}
> >
<div class="flex flex-col h-full pb-36 md:pb-0"> {@render children()}
{@render children()}
</div>
</div> </div>
</div> </div>
{/key} {/key}
@ -243,7 +241,9 @@
}} }}
> >
<img <img
class="object-cover w-full {!isMobile ? "h-[calc(100%-66px)]" : "h-full"} blur-md" class="object-cover w-full {!isMobile
? 'h-[calc(100%-66px)]'
: 'h-full'} blur-md"
src={files.files[0].blobUrl} src={files.files[0].blobUrl}
alt={files.files[0].name} alt={files.files[0].name}
/> />