fix: move mobile menu outside nav to prevent playwright strict mode violation
Playwright strict mode requires exactly one match for form[data-newsletter-form] inside nav. Having desktop + mobile forms both inside <nav> caused a strict violation. Mobile menu div is now outside the closing </nav> tag; JS toggle uses getElementById so position doesn't matter. Rebuild CSS to match template changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user