adjustments to mobile header css closes #1930

This commit is contained in:
miloschwartz
2025-12-23 13:57:44 -05:00
parent 2652dea09a
commit ef697c4864
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export async function Layout({
<div
className={cn(
"container mx-auto max-w-12xl mb-12",
showHeader && "md:pt-16" // Add top padding only on desktop to account for fixed header
showHeader && "pt-16 md:pt-16" // Add top padding on mobile and desktop to account for fixed header
)}
>
{children}