Design comparison
Solution retrospective
Hey!
Feedbacks or suggestions would be appreciated. Thanks
Community feedback
- @pikapikamartPosted over 3 years ago
Hey, really great work on this. Both layout in desktop and mobile is pretty good. Responds well and there are no issues.
Just a quick suggestions. Remove the
height: 100vh
on thebody
tag. Because this will only limit thebody
to have a height 100% of the remaining viewport or screen. So when you are in mobile phone, the viewport is the visible part that you only see, because you are only using 100vh, so logically thebody
only contains what is inside that. Removing that will capture the whole elements.Still, really good job on this^^
0@ThedeezatPosted over 3 years ago@pikamart I really appreciate your suggestion, it was helpful. Thank you!
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