Design comparison
SolutionDesign
Solution retrospective
Sup guys! Here's my mobile version. I've struggled to implement media queries for screen sizes of 1440px. If you've got some tips for me concerning media queries, let me know. Thanks in advance.
Community feedback
- @whoiskekeanywayPosted about 3 years ago
To make things easier for you. Wrap all your elements inside the main tag and then set max-width on main in your CSS. that is a good start but remember when you use max-width, you have to add margin: 0 auto to center the elements.
Do not hesitate to ask if you have other questions
Marked as helpful0@jssolPosted about 3 years ago@whoiskekeanyway Thanks a lot for the feedback, I will implement the changes tomorrow.
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