Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
This is the social proof section challenge. I think there is no error in different screen sizes. thanks.
What challenges did you encounter, and how did you overcome them?Do you have any comment about my design?
Community feedback
- @AdrianoEscarabotePosted 1 day ago
Hey Haaji-git, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
I noticed that the content is growing a lot in higher resolutions, to avoid this we can do the following:
.wrapper { width: 100%; margin: 5rem auto; text-align: center; display: flex; flex-direction: column; max-width: 1110px; gap: 50px; }
Everything else looks great.
Hope this helps! 👍
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