Design comparison
SolutionDesign
Solution retrospective
Got real problem in figuring out the scale for margin padding and image in both px and %
Community feedback
- @sarahc-devPosted almost 4 years ago
Hey!
Try to avoid using px for margins and padding as it makes the website not responsive on smaller screen sizes and it cuts off. I use a mix of % and rem as it is better for responsiveness and accessibility.
Also try to use a media query to change the design for mobile screens :)
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