fix(navbar): align mobile sidebar typography for Solutions and Resources#67
Merged
Conversation
- Add font-sans, text-sm, font-medium, py-3 and correct hover styles to AccordionTrigger so Solutions/Resources match the static nav links - Set border-border/40 on AccordionItems to match navbarStatic border opacity - Bump navbarStatic padding to py-3 for consistent vertical rhythm Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
🚀 Deployed on https://69ea197512a3fa00cdeb4d5f--vocdoni-io.netlify.app |
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts the responsive navbar styling so the mobile sidebar “Solutions” and “Resources” accordion triggers visually match the static nav links, and aligns responsive breakpoints for desktop vs mobile behavior.
Changes:
- Shift desktop/navbar breakpoints from
lgtoxlfor logo, desktop nav, mobile trigger, and app button visibility. - Update mobile sidebar accordion triggers (typography, padding, hover behavior) and match accordion item border opacity.
- Increase
navbarStaticlink vertical padding topy-3for consistent spacing.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| components/Navbar.tsx | Updates responsive breakpoints and aligns mobile accordion trigger styling/borders with static nav links. |
| components/Link.tsx | Adjusts navbarStatic variant padding to match updated mobile sidebar rhythm. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
pnpm validatereact-i18nextpnpm translationswas run orpnpm guardrails:translationspasses cleanlyVisuals