style: Remove top padding from the ProfileCard container.

This commit is contained in:
pradeepkumar
2026-03-28 01:43:10 +05:30
parent 37d66150c3
commit 3f9554c8ba

View File

@@ -87,7 +87,7 @@ export function ProfileCard({
}; };
return ( return (
<div className="bg-white rounded-[20px] p-4 lg:p-5"> <div className="bg-white rounded-[20px] pt-0 px-4 pb-4 lg:pt-0 lg:px-5 lg:pb-5">
{/* Name and Actions Row */} {/* Name and Actions Row */}
<div className="flex flex-col lg:flex-row lg:items-start lg:justify-between gap-4 mb-4"> <div className="flex flex-col lg:flex-row lg:items-start lg:justify-between gap-4 mb-4">
<div className="text-center lg:text-left"> <div className="text-center lg:text-left">