mirror of https://github.com/VERT-sh/VERT.git
remove acciedntal extra padding
oops i copied and pasted wrong
This commit is contained in:
parent
bfba1cc655
commit
4723f864dd
|
@ -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}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue