Skip to content

Commit 11ac3de

Browse files
author
Raziel206
committed
margin changes
1 parent 779c1d7 commit 11ac3de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/ProfilePage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ export function ProfilePage({ onNavigateBack }: { onNavigateBack: () => void })
129129
</div>
130130
</div>
131131
</header>
132+
{/* Add margin below header for spacing */}
133+
<div className="h-20 md:h-20" />
132134

133135
{/* Main Content */}
134136
<main className="pt-[100px] md:pt-[90px] pb-16 px-4 md:px-6">

0 commit comments

Comments
 (0)