sampadatiwari30/DeshDarshan

Navbar Styling Issue on Small Devices

Aberta

#611 aberto em 20 de ago. de 2025

 (2 comentários) (0 reação) (1 responsável)HTML (157 forks)auto 404
buggood first issuegssoc 25

Métricas do repositório

Stars
 (33 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador