Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted 29 days ago
Hi P Dinesh Murugan, hope you're doing well! I loved how your project turned out, but I’ve got a few suggestions that could be useful:
I noticed that your content is growing a lot in higher resolutions, to avoid this we can do the following:
.container { width: 90%; height: 90%; padding: 50px; display: flex; flex-direction: row; align-items: center; justify-content: center; max-width: 1310px; margin: 0 auto; }
The rest is fantastic.
Hopefully, you'll find it helpful. 👍
Marked as helpful0@PDineshMuruganPosted 29 days agoThank you, @AdrianoEscarabote. I am aware there is a mistake, but I am unsure how to correct it. Your assistance is appreciated.
1
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