Chirag1724 opened a new issue, #21469: URL: https://github.com/apache/echarts/issues/21469
### Version Latest (Live version on netlify) ### Link to Minimal Reproduction No code sandbox needed - issue is reproducible directly on the live website at https://byamn-learning.netlify.app when viewed in mobile viewport (width ≤ 430px). ### Steps to Reproduce 1. Open the BYAMN Learning website (https://byamn-learning.netlify.app) on a mobile device 2. Resize browser window to mobile view (430px width or less) OR use Chrome DevTools device emulator 3. Click on the hamburger menu icon in the top-right corner 4. Observe the opened mobile navigation menu with Login and Get Started buttons 5. Notice the cramped spacing between the buttons and other menu elements ### Current Behavior - Insufficient vertical gap between "Login" and "Get Started" buttons - No proper margin between menu items and button group - Language selector too close to Get Started button - Overall cluttered mobile menu appearance ### Expected Behavior - Clear visual separation between Login and Get Started buttons (16-20px gap) - Adequate spacing between menu items and button group (24-32px) - Better breathing room for Language selector (16px gap) - Clean, well-organized mobile navigation menu ### Environment ```markdown ``` ### Any additional comments? ### 🖼️ Screenshot <img width="808" height="644" alt="Image" src="https://github.com/user-attachments/assets/2d9941b9-66ef-40b0-a9b2-45692fc17b0b" /> ### 💡 Suggested Solution Add proper spacing using CSS: - Add 16-20px vertical margin between Login and Get Started buttons - Add 24-32px top margin to the button group to separate from menu items - Add 16px bottom margin to Get Started button before language selector - Ensure consistent padding inside the mobile menu container ### 🏷️ Labels - `bug` - `ui/ux` - `mobile` @DYHARDx I'd like to work on this. Please assign to me! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
