Design comparison
Solution retrospective
i am having issues with the mobile responsiveness, would anyone be willing to put me through on how best to go about it
Community feedback
- @Babacar-CissPosted over 2 years ago
Hi dear can i know exactly what is your problem ?
0@HollasIIPosted over 2 years ago@Babacar-Ciss i made use of the grid display and when using the media query i used a single column to make everything drop down but it doesn't seem to do that instead the content just seems to squeeze up by the sides
0@Babacar-CissPosted over 2 years ago@HollasII First i think you have to use Flex-direction : column on your main section class on your media query : main section { display: flex; align-items: center; justify-content: center; flex-direction: column; }
i hope it will help you ! keep trying !
0@HollasIIPosted over 2 years ago@Babacar-Ciss okay thank you very much i will try that now
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