Design comparison
SolutionDesign
Solution retrospective
How should I make my grid responsive while still on higher resolutions before media queries?
Community feedback
- @jones9411Posted about 3 years ago
hi @djokaras,
you have put the container width at 75%, this will be true on smaller screens as well, so the content within will over flow onto the rest of the page. try setting a min-width first then set a width that fits the content after. Also you need to use the background no-repeat fot the background images.
Marked as helpful1
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