Huddle landing page solution using CSS flex

Solution retrospective
My first frontend project mentor any feedback is appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @al3xback
Hi Emiliano,
For this case, it would be good if we use fixed value instead of percentage for max-width on container class. If we look on larger desktop or simply zoom out then we will see the difference.
I would change to this:
.container { max-width: 1200px; padding: 3% 5%; margin: 0 auto; }
Marked as helpful
Join 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