Preserve mobile header navigation - #10
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 146a2aa16e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| padding-inline: var(--space-2); | ||
| gap: 10px; | ||
| } | ||
| .nav a[href="/#about"] { display: none; } |
There was a problem hiding this comment.
Keep About hidden until the full dock fits
At viewport widths just above 340px, this rule immediately restores About even though the centered, non-wrapping dock still contains the wordmark, Work/About links, Contact, CV action, dividers, and theme control. Its intrinsic width exceeds these narrow viewports, so the dock's ends are clipped or create horizontal overflow; the checks at 320px and 390px miss this discontinuity. Move the breakpoint to the width at which the complete dock actually fits, or constrain the dock responsively.
Useful? React with 👍 / 👎.
What changed
WorkandAboutvisible on standard 390px phonesAbouton exceptionally narrow screens at 340px and belowCVdownload action and prevents horizontal overflowValidation
npm run lintnpm run build