Design comparison
SolutionDesign
Solution retrospective
hey there 😀 this was my favorite challenge so far . any suggestion how to make it better ?
Community feedback
- @correlucasPosted about 2 years ago
Hey Azka, congratulations for your solution!
Something you can add to avoid the sticky hover effects on mobile (the hover gets activated and doesn't goes out).
To fix this apply the media query to avoid hover on mobile, code below:+
@media (hover:hover) { Insert your classes with hover here to avoid it on mobile and touch devices }
Hope this helps, happy coding!
Marked as helpful1@AzkanorouziPosted about 2 years ago@correlucas that was really helpful Lucas, I appreciate it.
0
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