Design comparison
SolutionDesign
Community feedback
- @dquinn089Posted 4 months ago
Your project is looking great so far! One important improvement to consider is adding media queries to make your design more responsive for mobile devices. This will ensure your layout looks good on smaller screens. Here's a simple example to help guide you:
@media (max-width: 600px) { .main { grid-template-columns: grid-template-rows: auto } .left, .middle1, .middle2, .right { width: margin: } .icon { position: text-align: } }
This should give you an idea of the proper set up for this method, as well as some properties for you to mess around with and get the right mobile design layout. Happy coding!
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