Design comparison
Solution retrospective
Hi guys, any feedback is appreciated!
Thanks!
Community feedback
- @mansoor-roeen-glitchPosted almost 4 years ago
Hello Muhammad, nicely done it feels and looks good but there are some things that you could change to make it better .
#. Instead of changing layout of everything once the max-width reaches 1196px you should make everything smaller like font-size, images and icons and then you could change the layout with another media query when max-width is around 750px.
#. Inside the media query that you have made for mobile size devices you can set .container's width to 95% and max-width to 580px, this way your sections will not extend too much since max-width is set to 580px and they will be responsive if the size is less than 580px because width is set to 95%. this is a very nice trick that I always use give it a try
great job!! keep it up !
3@muchammadindra97Posted almost 4 years ago@mansoor-roeen-glitch Hi Mansoor, thank you for your great suggestions! I'll give it a try!
1
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