-
Notifications
You must be signed in to change notification settings - Fork 670
Description
Description:
On the FOSSASIA landing page, the hamburger menu icon appears even on laptop/desktop screens, while the full navigation bar is also visible.
For proper responsive behavior:
-
Desktop/Laptop (≥1024px): Only the full navigation bar should be visible
-
Mobile (<1024px): Only the hamburger menu should be visible
Currently, both are visible at the same time on desktop.
Steps to Reproduce:
Open the landing page on a laptop or desktop browser. Link
Observe that both the navbar links and the hamburger menu icon appear simultaneously.
Expected Behavior:
On larger breakpoints, the hamburger menu should be hidden.
Actual Behavior:
Hamburger menu remains visible even at desktop widths.
Screenshots:
If this is confirmed as an issue and you’d like me to work on it, please let me know, I’d be happy to submit a PR.