Design comparison
Solution retrospective
This is my first completed project, so any feedback would be greatly appreciated. I don't have much experience with media queries and responsiveness, so any suggestions on those specific topics would be extremely helpful. Thanks!
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Nicole! π
Congratulations upon completing your first Frontend Mentor challenge! π
I think you've done some good work! π
One thing to keep in mind when developing responsive websites is that you want your site to look good on all screen sizesβfrom desktops to tablets to mobile devices. Currently, your solution looks pretty good in the desktop and mobile layouts, but the content of the page gets pretty squished in between those two sizes. I suggest adding some more media queries to adjust the size and position of elements in your solution between 1400px and 375px or switching to a mobile-friendly layout sooner than 395px to avoid the content of the page looking so squeezed. π
Also, adding
max-width
to the accordion component to keep it from growing too wide when the width of the page increases would be a good idea! πKeep coding (and happy coding, too)! π
1@nicole-tuznikPosted almost 4 years agoThank you so much for your help, I will add both of those to my solution!
0
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