
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @whawari
I noticed that you have used height 140vh on the main html element. you could use the min-h-screen Tailwind CSS class which translated to min-height: 100vh; using min-height instead of height is better for responsiveness.
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