fix(layout): remove pb-16 gap from main container above footer
Some checks failed
E2E Playwright Tests / Run Full E2E & Security Suites (push) Waiting to run
Deploy Canina / deploy (push) Has been cancelled

This commit is contained in:
parsa aghaei 2026-09-06 11:34:35 +03:30
parent 87d47d1a0b
commit 1ea9920914
3 changed files with 634 additions and 634 deletions

View File

@ -175,7 +175,7 @@ export default function ClientLayout({ children }: { children: React.ReactNode }
onSearch={handleSearch}
onB2BOpen={() => setB2BPortalOpen(true)}
/>
<main className="min-h-screen pb-16 lg:pb-0">
<main className="min-h-screen">
{children}
</main>
<Footer onNavigate={handleNavigate} onShopNavigate={navigateToShop} onB2BOpen={() => setB2BPortalOpen(true)} />

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff