We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5018195 commit d8a963aCopy full SHA for d8a963a
1 file changed
src/components/ui/call-to-action.tsx
@@ -17,7 +17,7 @@ export function CallToAction({
17
<Link href={href}>
18
<Card className="h-fit w-80.75 px-8 py-5.25">
19
<CardHeader className={`flex items-center ${caption ? "gap-2" : "gap-10"}`}>
20
- <div className="rounded-[0.625rem] bg-blue-tertiary p-2.5">
+ <div className="rounded-[0.625rem] bg-blue-tertiary p-2.5 transition-all duration-500 group-hover/card:p-3">
21
<CardAction icon={icon} gradient={false} iconSize="sm" />
22
</div>
23
<CardTitle className="typo-title-large">{title}</CardTitle>
0 commit comments