Design comparison
SolutionDesign
Solution retrospective
Ready for Feedback :)
Community feedback
- @IEdiongPosted over 3 years ago
Nice one Ayoub,
- Work on your
@media (min-width: 375px) .container { }
It kicks in too early.
- Also, look into the accessibility issues raised in the report above.
I hope this was helpful, Cheers 🥂
Marked as helpful1@Ayoub1devPosted over 3 years ago@IEdiong Can you explain a little bit more what do you mean by it kicks too early. ''' else { thanks 😊 } '''
0@IEdiongPosted over 3 years ago@Ayoub1dev I meant that you should have your first break point at
375px
. There isn't much breathing space for the card at376px
to about900px
.- Make your first media query above
1000px
.
0 - @guztrilloPosted over 3 years ago
Hey Ayoub, nice job. Check responsive design, doesn't work properly.
1
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