Hello ! Here is my solution to this challenge and I have a question on this:
- On desktop,
div
which contains all social media icons, is bigger than card itself but card hasoverflow:hidden
because I didn't want to addborder-radius
to the image, So when it reaches desktop breakpoint, I made overflowvisible
and addedborder-radius
to the image. Is there anyway that I can cancel hidden overflow only for social media icons ?
✅ I'll be glad to know your thoughts and feedbacks on the solution and possible answers to my question.