Design comparison
SolutionDesign
Community feedback
- @iamdylanmjPosted about 1 year ago
You have done great, however these are some areas you can add to improve your component, - give min-width to your main element, that help element not to shrink than specified value. - in your code , rule within the media query only apply when the screen size is above the specified value ( in your code it is 1440px ), until reach that point you can give a max- width to your main element, that prevents stretching the main element horizontally.
- if it is possible , you can reduce the mind width property value from 1440px to less value. I need to let you know that I am also a newbie like yourself , I am also learning. So I hope this feedback may help you. good luck to your coding journey
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