Design comparison
SolutionDesign
Solution retrospective
Hi, it is fun using grid to design the layout. But I have the problem when I use query for mobile version. As the width > 375px, the position become messy. Any feedback would be appreciated!
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @Andesaputra, congratulation on completing the challenges.
- Replace
height:100vh
withmin-height:100vh
, and also addflex-direction:column;
,gap:20px
in the body element. - Remove position from the footer element.
0@AndesaputraPosted over 2 years ago@afaiz-space I tried it, but it doesnt work. Still didn't know where goes wrong
0@afaiz-spacePosted over 2 years ago@Andesaputra Go to the inspect and change it when it is right. then change in the main file of the code.
1 - Replace
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