Design comparison
SolutionDesign
Solution retrospective
..
Community feedback
- @HikmahxPosted over 1 year ago
Hi @Mirage9898 👋. Nice work! I have a few suggestions for your solution:
- I think adding a margin to the container, like
margin: 16px;
, will be better for mobile view, to add a bit of spacing around the container. - For the two images, icon-ethereum.svg and icon-clock.svg, not to give a stretched appearance, adding
object-fit: contain;
will allow these images to retain their shapes.
Hope this helps
0 - I think adding a margin to the container, like
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