Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
The mobile page would get cutoff at the top if the height of the screen was not perfect. I fixed this by changing "height: 100vh" to "min-height: 100vh" in the body css.
I was having some issues with the padding going outside of the out outer container so I used box-sizing: border-box; to make sure it did nothing went outside of the outer container.
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