From a82e946cdeb4e086e4bdf9b010e620e0db2e4637 Mon Sep 17 00:00:00 2001 From: Rijan Dahal <70582929+enkoki@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:12:02 +0545 Subject: [PATCH] update: text spacing and line height adjustment --- frontend/src/app/components/About/AboutCard.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}