SOCIAL MEDIA Icons - probem (Portfolio Project)

Hi!

Does anyone have any idea why my social media buttons/icons are a little weird? I’ve added them and I can say it works, but it looks like quite lousy.

Here’s a link to my project (it’s on the bottom):

If anyone helps me, I’ll be glad! :slight_smile:

You have:

    padding: 20px; 
    width: 30px;

You should have height too, and make it a bit bigger:

width: 50px;
height: 50px;
padding: 10px; 

EDIT