fix projects showcase height (#5)

This commit is contained in:
Troy 2024-12-27 20:53:30 +00:00 committed by GitHub
parent a886bfaa5a
commit 01f721f938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 22 deletions

View file

@ -11,7 +11,7 @@ const { collection } = Astro.props;
<li>
<article
class="group relative isolate mx-auto flex w-full flex-col justify-end overflow-hidden rounded-lg px-8 pb-8 pt-40"
class="group relative isolate mx-auto flex h-full w-full flex-col justify-end overflow-hidden rounded-lg px-8 pb-8 pt-40"
>
<Image
src={collection.data.image.url}