Responsive Front Page w/ mobile - desktop menus

Solution retrospective
Open to any input and advice.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @elaineleung
Hi Adrian, great work here, I also built the challenge out using React. Some things to try:
-
How about making the app responsive for other screen sizes also? I see that the width of the
.main
class doesn't change until the desktop view. -
On that note, how about try using a responsive
max-width
instead of justwidth
? -
It looks like the dropdown nav only activates when I click on the arrows but not on the text. You can try making the
h2
clickable as well.
Once again, well done 🙂
Marked as helpful -
Join 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