Design comparison
SolutionDesign
Community feedback
- @OmarRefaeePosted 10 months ago
Well Done Great Job 👏.
- I noticed that the website is not mobile friendly you can do that using "Media queries".
/* Small devices */ @media (max-width: 576px) { .container { width: 300px; } } @media (min-width: 576px) { .container { width: auto; } }
Other Than That Perfect.👌
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