Skip to content

Commit

Permalink
feat(ui/contact): add drop shadow on hover to card
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Sep 21, 2024
1 parent 4a93b24 commit 8893392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/home/contact/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function Contact() {
className="overflow-none mx-auto my-20 max-w-3xl space-y-10 px-3 md:px-8 "
>
<h3 className="text-5xl font-bold text-primary sm:text-6xl">Contact</h3>
<Card>
<Card className="transition-all duration-700 ease-in-out hover:drop-shadow-[0_0px_5px_rgba(0,202,255,1)]">
<CardHeader>
<CardTitle className="font-bold text-xl text-neutral-800 dark:text-neutral-200">Get in Touch</CardTitle>
<CardDescription
Expand Down

0 comments on commit 8893392

Please sign in to comment.