Skip to content

Commit 52eb1a5

Browse files
adjust sponsor cards
1 parent c6e4877 commit 52eb1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/sponsor-card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ export default function SponsorCard({
2424
href={url || `/sponsor/${slug}`}
2525
key={_id}
2626
target={url ? "_blank" : "_self"}
27-
className="max-w-xl overflow-hidden shadow-md transition-all hover:scale-[1.02] hover:shadow-lg relative flex flex-col"
27+
className="flex"
2828
>
2929
<Card
3030
key={_id}
31-
className="flex-grow"
31+
className="flex-grow max-w-xl overflow-hidden shadow-md transition-all hover:scale-[1.02] hover:shadow-lg"
3232
>
3333
<CardHeader className="p-0 pb-6">
3434
<CoverImage image={coverImage} priority={false} />

0 commit comments

Comments
 (0)