Design comparison
SolutionDesign
Community feedback
- @R3ygoskiPosted 6 months ago
Hello @trilok2703, good job
Your project is breaking on screens smaller than 375px. To fix this, you might consider changing this part:
@media (min-width: 375px) and (max-width: 768px) {
To 320px. This way, it will be responsive on smaller screens.
Marked as helpful0@trilok2703Posted 6 months agoHi @R3ygoski, Thanks for checking the code. I have updated the code as suggested. It's working fine for smaller screens.
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