Design comparison
SolutionDesign
Community feedback
- @danmlarsenPosted about 2 months ago
Hello there. Good job on completing the challenge! 👏
I've made a few observations that might interest you:
- The mobile view looks very nice, and scales up to small desktop quite well. But when reaching higher resolutions (>768px) it seems to break somewhat.
- One relatively simple fix would be to use responsive classes such as
max-w-
andw-full
instead ofw-1/2
etc. - Remember to do the same for height as there seems to be some overflow. Most likely because the component is forced to 50% height of the parent element.
Happy coding. 💻
Dan
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