Design comparison
SolutionDesign
Solution retrospective
For this challenge I really wanted to work on the responsiveness of the design and the grid layout. It was a new challenge for me, but I think I'm getting more comfortable with it. Let me know what I could improve on!
Community feedback
- @palgrammingPosted over 3 years ago
You should not use
%
for your button padding Trypadding: .75em 2.5em;
also on your container for an example I would not use width like you have but change to
max-width: 85vw;
and see it that helps your layout in both views0
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