Design comparison
SolutionDesign
Solution retrospective
This is not a responsive site. Would like to take suggestions on making it responsive. Thank you!
Community feedback
- @Akhlak-Hossain-JimPosted over 2 years ago
Great work so far.
Here is how you can solve the issue:
- instead of
height: 100vh;
inbody{...}
addmin-height: 100vh;
. - add a media query for
main
and add these style ruleswidth: 100%; flex-direction: column; margin: 24px;
happy coding :)
Marked as helpful0 - instead of
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