From a504fdf079536e1901d4b8ce1b493d81a1025953 Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Tue, 11 Feb 2025 18:08:00 +0000 Subject: [PATCH] Update components/ui/animations/container-scroll-animation.tsx --- components/ui/animations/container-scroll-animation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/animations/container-scroll-animation.tsx b/components/ui/animations/container-scroll-animation.tsx index 88c43f8..c7fb348 100644 --- a/components/ui/animations/container-scroll-animation.tsx +++ b/components/ui/animations/container-scroll-animation.tsx @@ -92,7 +92,7 @@ export const Card = ({ rotate, scale, children }: CardProps) => { }} className="max-w-5xl -mt-12 mx-auto w-full border-4 border-[#6C6C6C] p-2 md:p-6 bg-[#222222] rounded-[30px] shadow-2xl" > -
+
{children}