Repository metrics
- Stars
- (33 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description: The current navbar layout breaks or misaligns on smaller screen sizes (e.g., mobile devices). This affects usability and visual consistency across responsive breakpoints.
Expected Behavior: Navbar should remain accessible and visually aligned on all screen sizes Items should stack or collapse appropriately (e.g., hamburger menu) Padding, font size, and spacing should adapt to viewport width
Steps to Reproduce: Open the site on a mobile device or resize browser to <768px Observe navbar layout and item alignment Note any overflow, misalignment, or hidden elements
Suggested Fix: Use responsive utility classes (e.g., md:flex, sm:hidden) Ensure semantic structure and accessibility (e.g., , ARIA roles) Consider implementing a mobile-first layout with collapsible menu
Pls assigne: @janavipandole