We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779c1d7 commit 11ac3deCopy full SHA for 11ac3de
1 file changed
src/components/ProfilePage.tsx
@@ -129,6 +129,8 @@ export function ProfilePage({ onNavigateBack }: { onNavigateBack: () => void })
129
</div>
130
131
</header>
132
+ {/* Add margin below header for spacing */}
133
+ <div className="h-20 md:h-20" />
134
135
{/* Main Content */}
136
<main className="pt-[100px] md:pt-[90px] pb-16 px-4 md:px-6">
0 commit comments