style: reduce padding in ProfileInfoCard component

This commit is contained in:
2025-04-22 21:36:30 +02:00
parent 9e581a4dc3
commit c6ec8b7d80

View File

@@ -114,7 +114,7 @@ const ProfileInfoCard: React.FC<ProfileInfoCardProps> = React.memo(({ pubkey })
};
return (
<div className='py-6'>
<div className='py-2'>
<Card>
<CardHeader>
<div className="flex items-center gap-6">