Design comparison
SolutionDesign
Solution retrospective
My card section is not working properly in mobile view. Can anyone tell me what I do to fix this.
Community feedback
- @NanaKojoNKPosted over 3 years ago
Hello Paul ... the default of using display: flex is a row thus you have to specify the flex-direction or flex-flow property as column. Also check the height: 100vh for mobile friendly issues I mostly do height: 100% cause 100vh will fill up the viewport of the mobile device . I hope this was help enough.
0@NanaKojoNKPosted over 3 years ago@abhijit-programmer
glad to have been of help bro
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