Design comparison
SolutionDesign
Solution retrospective
i think i had issues with media queries....
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @hormakery,
*Congrats on completing the challenge Just few suggestion change the
width: 30vw
tomax-width: 375px;
on both desktop and mobile.remove the
width: 100vw
on the body is causes a horizontal scrollbar to appear.Add a border radius to the music icon image.
.fwqJvI img { border-radius: 50%; }
Also add a box shadow. Hope this is helpful
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