In some case, if the ratio of the icon is not 1:1, the border is not a circle anymore.
Here's an example:
I'm currently using:
HTML:
.socials
a(href='#') <i class="fa fa-facebook"></i>
a(href='#') <i class="fa fa-twitter"></i>
a(href='#') <i class="fa fa-google"></i>
SASS:
border-radius: 50%
border: solid white
padding: 10px
Is there anyway that I can use CSS to fix the problem?