Responsive-Pricing-Grid_Grady

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!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@palgramming
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 views
Join 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