Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome
Community feedback
- @aUnicornDevPosted over 3 years ago
A horizontal bar appears around 1420px because of the footer.
.footer-grid--item .footer-grid--item--4
this item is overflowing because of the grid used.On desktop and mobile layouts, the card text starts overflowing and svg starts shrinking a lot. instead of keeping it horizontal, you can make the card vertical on smaller layout
.main-card{ flex-direction:column-reverse}
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