diff --git a/frontend/src/app/components/About/AboutCard.tsx b/frontend/src/app/components/About/AboutCard.tsx index 60048b1..eedfa12 100644 --- a/frontend/src/app/components/About/AboutCard.tsx +++ b/frontend/src/app/components/About/AboutCard.tsx @@ -65,7 +65,7 @@ export default function AboutCard({ return (
-
+
{buttons.map(({ key, Icon }) => { const isActive = activeTab === key; @@ -78,7 +78,7 @@ export default function AboutCard({ rounded-r-[40px] rounded-l-[6px] about-section-button p-1 md:p-2 flex items-center justify-end shadow-lg h-10 md:h-16 - ${isActive ? "w-20 md:w-[140px] brightness-125" : "w-12 md:w-16"} + ${isActive ? "w-[72px] md:w-[140px] brightness-125" : "w-12 md:w-16"} `} aria-label={`Show ${key} info`} aria-pressed={isActive} @@ -121,19 +121,19 @@ export default function AboutCard({ })}
-
+
{svg}

{title}

{description}