Design comparison
Solution retrospective
The most important one is that after changing flex-direction in @media, I faced some issues. tried my best to fix them but one persisted. after changing flex-direction to column, half of my top div disappeared. I couldn't find any real solution, so I tried to hide it using some margin-top.
so any help to fix this problem and improving the overall code is highly appreciated.
Thank you
Community feedback
- @hgholabPosted over 3 years ago
Hello, hope you are having a good day. I checked the CSS file on GitHub and I think the issue is that you set the height of the container class element to 100vh and that is what is causing the problem on mobile display layout.
2
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