The menu content is now wrapped in the same max-w-6xl mx-auto container the header uses, so its left inset matches the hamburger icon's position exactly at every viewport width - previously they only lined up on narrow screens, since the header's centered container adds extra outer margin on wide viewports that the overlay wasn't accounting for. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||