
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello agaIn ZEIN =) , congratulations for your new solution!
Another fix for you:
In this container is better you remove the
height
because this is creating a huge gap in the container, note that in this situationheight
is not really necessary, because the container grows with the inner content@media (max-width: 767px) .main { background-color: var(--White); display: flex; flex-direction: column; width: 90%; /* height: 100%; */ margin-top: 1em; }
👋 I hope this helps you and happy coding!
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