diff --git a/src/components/common/About.tsx b/src/components/common/About.tsx index c91dd29..926a25d 100644 --- a/src/components/common/About.tsx +++ b/src/components/common/About.tsx @@ -32,7 +32,7 @@ const AboutSection: React.FC = () => { whileInView={{ y: 0, opacity: 1 }} transition={{ duration: 1, ease: "easeOut" }} > -
diff --git a/src/components/common/Container-Scroll.tsx b/src/components/common/Container-Scroll.tsx index 95217e6..413ff1b 100644 --- a/src/components/common/Container-Scroll.tsx +++ b/src/components/common/Container-Scroll.tsx @@ -14,10 +14,15 @@ export function PreviousEdition() { > } > - */} + ); diff --git a/src/components/ui/container-scroll-animation.tsx b/src/components/ui/container-scroll-animation.tsx index 42910e6..f7a598e 100644 --- a/src/components/ui/container-scroll-animation.tsx +++ b/src/components/ui/container-scroll-animation.tsx @@ -85,9 +85,9 @@ export const Card = ({ boxShadow: "2px 2px #0000004d, 4px 2px 5px #0000004a, 9px 9px 9px #00000042, 12px 21px 12px #00000026, 15px 37px 15px #0000000a, 17px 58px 17px #00000003", }} - className="max-w-5xl -mt-12 mx-auto h-fit w-full border-4 border-[#6C6C6C] p-2 md:p-6 bg-[#222222] rounded-[30px] shadow-2xl" + className="max-w-5xl -mt-12 mx-auto h-fit w-full border-[#6C6C6C] p-2 md:p-4 bg-[#222222] rounded-[16px] shadow-2xl" > -