We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e4877 commit 52eb1a5Copy full SHA for 52eb1a5
components/sponsor-card.tsx
@@ -24,11 +24,11 @@ export default function SponsorCard({
24
href={url || `/sponsor/${slug}`}
25
key={_id}
26
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"
+ className="flex"
28
>
29
<Card
30
31
- className="flex-grow"
+ className="flex-grow max-w-xl overflow-hidden shadow-md transition-all hover:scale-[1.02] hover:shadow-lg"
32
33
<CardHeader className="p-0 pb-6">
34
<CoverImage image={coverImage} priority={false} />
0 commit comments