Design comparison
Solution retrospective
Am proud the hamburger menu is working, next time maybe i will try to do the bonus and make it work with no js
What challenges did you encounter, and how did you overcome them?challenge here was making the hamburger menu , with some googling it was solved
What specific areas of your project would you like help with?help with the hamburger menu would be much appreciated.
Community feedback
- @krushnasinnarkarPosted 4 months ago
Hi @mbd89,
Congratulations on successfully completing the challenge!
I noticed that your website isn't responsive below 320px screen width. This issue is likely due to the use of
min-width: 320px
in your media queries. Instead, try usingmax-width: 768px
to make the design more flexible and responsive on smaller screens.I hope you find this helpful, and I would greatly appreciate it if you could mark my comment as helpful if it was.
Feel free to reach out if you have more questions or need further assistance.
Happy coding!
Marked as helpful0
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