style: prettier format
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79bbbdc4e8
commit
99617f117c
45 changed files with 229 additions and 302 deletions
|
|
@ -71,9 +71,7 @@ export function AppLayout({ children }: AppLayoutProps) {
|
|||
|
||||
{/* ── Zone de contenu ────────────────────────────────────────── */}
|
||||
{/* pb-16 sur mobile pour ne pas être masqué par le BottomNav fixe */}
|
||||
<div className="pb-16 lg:pl-60 lg:pb-0">
|
||||
{children}
|
||||
</div>
|
||||
<div className="pb-16 lg:pl-60 lg:pb-0">{children}</div>
|
||||
|
||||
{/* ── MOBILE — BottomNav fixe ────────────────────────────────── */}
|
||||
<BottomNav />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue