Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted 27 days ago
Hi Thomas-Ngo-1, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:
I noticed that your component is growing a lot at higher resolutions, to fix this we can do this:
.row { display: flex; max-width: 750px; background-color: white; border-radius: 1rem; overflow: hidden; height: 520px; }
I removed:
height: 65%; width: 50%;
The rest is excellent.
I hope you find it useful. 👍
0 - @hitmorecodePosted 28 days ago
Nice well done, I have a suggestion.
- When working with cards it's best to avoid % in the dimensioning of the card. This can cause some problems with responsiveness. That's the case with your page at this moment. Use fixed dimensions instead.
Keep it up
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