Huddle landing page with a single introductory section
Design comparison
Solution retrospective
I am looking to improve my layout and make sure my designs look like the proposals they send me.
Community feedback
- @tatasadiPosted 10 months ago
Hey Andres,
Kudos on successfully completing this challenge! Your effort truly shines through.
I wanted to share a suggestion that might enhance your project's responsiveness. Instead of utilizing
height: 100vh
for yourcontainer
, consider employingmin-height: 100vh
. This adjustment can mitigate potential layout issues on smaller devices, ensuring a smoother and more user-friendly experience.Keep up the fantastic work!
Marked as helpful0@amporabipoPosted 10 months ago@tatasadi Hello, I used it but it didn't take the full screen.
0@tatasadiPosted 10 months ago@amporabipo I understand – including
min-height: 100vh
in the body is essential for ensuring a consistent layout. In general, it's considered a best practice to always setmin-height: 100vh
for the body, promoting a more reliable and responsive design. That should resolve your issue.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