Design comparison
SolutionDesign
Solution retrospective
I have this problem with the alignment off my components, how could i do for improve this?
Community feedback
- @alexandre-jolietPosted over 1 year ago
Hello Gabriel π!
Here is my proposal:
- Try to think the
main
as the backgound container of the two sections - I have put then a
min-height
of 100vh for thebody
- Removed both height settings in your
main
- Add the same
border-radius
andbox-shadow
as in your sections - Remove the
box-shadow
in yourmedia
to avoid the overlap
Maybe there are better options so I let more experts people correct me if necessary;
Happy coding!
Marked as helpful1 - Try to think the
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