Hey there, I'm having an issue with creating a separation effect for a circle. I've been using the box-shadow property like this:
box-shadow: 0 1px 0 rgba(0,0,0,.2);
. However, as you can see in the image, the shadow on the left and right sides is reduced, while the shadow below is full.
https://i.sstatic.net/GxQSD.png
If you want to take a look at the code sandbox: https://jsbin.com/wanisewotu/edit?html,css
Any ideas on how I can make the box-shadow appear fully around the circle?