Design comparison
SolutionDesign
Solution retrospective
Hi All,
Feedback welcome.
Community feedback
- @lack21Posted 12 months ago
Hi there, that's a good work right there, but I have some recommendations!
-
Instead of
width: 310px
in.container
addwidth: min(500px, 90vw)
, it will adjust width to 500px and if screen's width will be less than 500px.container
will adjust to it! -
Replace
margin: auto
in.container
tomargin: 1.5rem auto
to add some additional space to the top and bottom!
Good Luck! 👍
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