Design comparison
SolutionDesign
Solution retrospective
Can anyone tell me how I can make the layout change nicely when scaling down the screen size? Currently around 1000px it's not so nice.
Community feedback
- @stevedevsignPosted almost 4 years ago
Hi Blokje, good project, very close to the original. add the media queries if you want make a responsive design.
Just type in the last line (css/scss)
@media screen and (max-width: the-resolution) { selector { property: vale; } }
keep coding
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