html / Css + some customization

Solution retrospective
hey there 😀 this was my favorite challenge so far . any suggestion how to make it better ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
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 helpful
Join 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