From 881c96580e422f82e3bb0327161e07e672379082 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Fri, 27 Mar 2026 10:35:14 +0530 Subject: [PATCH] feat: Implement expandable specialization cards with an overlay, update specialization section grid item alignment, and reposition common header navigation. --- src/components/layout/CommonHeader.tsx | 4 +-- src/components/profile/SpecializationCard.tsx | 33 +++++++++++++++++-- .../profile/SpecializationSection.tsx | 4 +-- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/src/components/layout/CommonHeader.tsx b/src/components/layout/CommonHeader.tsx index 73ff313..9e2b532 100644 --- a/src/components/layout/CommonHeader.tsx +++ b/src/components/layout/CommonHeader.tsx @@ -70,8 +70,8 @@ export function CommonHeader() { /> - {/* Navigation - Desktop only (centered absolutely) */} -