Design comparison
SolutionDesign
Solution retrospective
Please give me any feedback
Community feedback
- @hardy333Posted about 3 years ago
Hey, on desktop view everything looks good and nicely done. Good Job.
But in mobile screen sizes website breaks, that is because your content in your container is way taller and is starts overflowing. in order to prevent this:
- Try to use min-height: 100vh; instead of height: 100vh; on .container,
- In general try not to use fixed heights on elements, such as height : 400px; height: 100vh, use fluid/dynamic values.
Good luck and have a nice day.
Marked as helpful4
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