Design comparison
SolutionDesign
Community feedback
- @ShreykrPosted almost 3 years ago
Hi, I suggest you follow the mobile-first approach. Currently, your site works barely with desktop screen size. As you approach mobile screens the content breaks and does not look how it's supposed to.
Learn about media queries and see how to implement styles after doing for mobile screen. You can use inspect element > toggle device emulation (Ctrl + Shift + M) to check for responsiveness. And then accordingly update the flex row and column based on screen sizes you implement with media queries
Marked as helpful0
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