Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
πΎ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 helpful1@Zein-MBPosted over 2 years ago@correlucas Hello again :D I've fixed it, Thanks have a good day, happy coding!
0
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