Design comparison
SolutionDesign
Community feedback
- @jcgoodwin86Posted about 1 month ago
Great job completing the project. I Tested the site on mobile it ends up with side scrolling because the cards end up breaking out of the
body { width: 300px; }
. A quick fix would be to move thepadding: 5rem;
frombody
andwidth: 100%;
from eachdiv
card to the media break point.Marked as helpful0
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