Skip to content

Commit

Permalink
why section
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoblaise authored May 5, 2024
1 parent 7c52bd3 commit 10e4925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/card-stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const CardStack = ({
return (
<motion.div
key={card.id}
className="absolute bg-black w-60 md:w-96 rounded-3xl p-4 shadow-xl borderborder-white/[0.1] shadow-black/[0.1] shadow-white/[0.05]"
className="bg-black w-60 md:w-96 rounded-3xl p-4 shadow-xl borderborder-white/[0.1] shadow-black/[0.1] shadow-white/[0.05]"
style={{
transformOrigin: "top center",
}}
Expand Down

0 comments on commit 10e4925

Please sign in to comment.