Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. The breakpoint needs to be sooner, otherwise you'll have overflow.
/* try to se the breakpoint to 650px */ @media (max-width: 650px) { main { display: flex; flex-direction: column; justify-content: center; height: 100vh; } }
Marked as helpful0@tabascumPosted over 1 year ago@hitmorecode Updated! The breakpoint you sugested is way better looking than the 375px one. Thank you.
0@hitmorecodePosted over 1 year ago@tabascum anytime bro keep coding :-)
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