Design comparison
Solution retrospective
This is my solution for this challenge π«π©π»βπ»
Built with:
- SASS
- JS (vanilla)
Any suggestions on how I can improve and/or reduce unnecessary code are welcome!
Thank you! ππ»
Community feedback
- @visualdennissPosted over 1 year ago
Very nice work!
I've spotted a little bug for the nav menu. When you resize from desktop to mobile view and then open and close the nav menu and then resize back to desktop menu, the hamburger menu still shows and pushes the navigation links out of overflow. So you might wanna fix that so that it never shows toggle menu when it is resized back to desktop size.
Hope you find this feedback helpful!
Marked as helpful1@annapmarinPosted over 1 year ago@visualdenniss Thanks! It think it's fixed now ππ»
0@visualdennissPosted over 1 year ago@annapmarin Almost! The menu toggle disappears now when resized back, but the nav list links stay out of place due to this: transform: translateX(100%);
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord