Design comparison
SolutionDesign
Community feedback
- @XavOliPosted about 2 months ago
I would recommend adding a media query to resize your container to be fullscreen to make it more responsive like in the provided screenshots. This is how I did it in mine and I found it worked pretty well!
@media (max-width:600px) { .container{ border-radius: 0; position:absolute; top:0; left:0; width: 100vw; } }
Love to see that you're using bootstrap, I started learning it today and it'd been really interesting. Continue with the good work!
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