Design comparison
SolutionDesign
Community feedback
- @lack21Posted over 1 year ago
Great work 👍, but I have some recommendations!
- Remove
margin-top
totally frommain
and addmin-height: 100vh
to thebody
, like this container will be centered! - Remove
width: 20%
andwidth: 90%
from themain
and add this insteadwidth: min(300px, 90%)
, like this width of themain
will be responsive on desktop and mobile!
Marked as helpful1 - Remove
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