Design comparison
SolutionDesign
Community feedback
- @AGutierrezRPosted over 1 year ago
Hello there 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
- You could remove the
min-height: 70vh
from the.container
element and this will let the content decide the height of the component. - Instead of setting a fixed width (
width: 25vw
) you could set amax-width: 320px
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
0 - You could remove the
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