From f762e613e0a6779967876be976098965b2fc0398 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 29 Mar 2026 03:52:32 +0530 Subject: [PATCH] style: adjust specialization card height and grid alignment for improved layout consistency --- src/components/profile/SpecializationCard.tsx | 2 +- src/components/profile/SpecializationSection.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/profile/SpecializationCard.tsx b/src/components/profile/SpecializationCard.tsx index c8209a6..8d3e8fd 100644 --- a/src/components/profile/SpecializationCard.tsx +++ b/src/components/profile/SpecializationCard.tsx @@ -29,7 +29,7 @@ export function SpecializationCard({ }; return ( -
+
{icon}

{title}

diff --git a/src/components/profile/SpecializationSection.tsx b/src/components/profile/SpecializationSection.tsx index 5317d5a..6197636 100644 --- a/src/components/profile/SpecializationSection.tsx +++ b/src/components/profile/SpecializationSection.tsx @@ -29,7 +29,7 @@ export function SpecializationSection({ fieldsData }: SpecializationSectionProps {/* Top row - up to 3 cards */} {topRowFields.length > 0 && ( -
0 && ( -