Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
This challenge took me 2 days to complete, a lot of passing props to components that makes me confused with my own code.
probably will redo this challenge again next time, I'm not satisfied with the current result.
Community feedback
- @sumitsahPosted 14 days ago
It doesn't seem to be working in mobile. Mobile view is loading desktop view in android.
0@vanirvanPosted 13 days ago@sumitsah forgive my skill issue for this challenge, i will either fix it or kill myself later, thanks for your time to tell me it's broken.
0@markuslewinPosted 13 days ago@vanirvan I just want to chime in since there seems to be a lot at stake here! It's because the page is missing the viewport meta tag:
<meta name="viewport" content="width=device-width, initial-scale=1" />
Marked as helpful1
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