Design comparison
SolutionDesign
Solution retrospective
I try to add 1rem margin to left and right to my Summary class in mobile view but it didnt work any idea why? thx
Community feedback
- @MaximilianoDanielGarciaPosted about 1 year ago
Hey, try changing the padding:
@media screen and (max-width: 650px) .Summery { width: 100%; padding: 2rem; }
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