bonniecampbell / dsn1675-project-1

0 stars 0 forks source link

Socail Media buttons #7

Open bonniecampbell opened 8 years ago

bonniecampbell commented 8 years ago

Hello

I'm trying to move my social media buttons so that they all aline center. Right now you can kinda see they are a little over to the left. But no matter what I put in CSS they won't budge, and padding on the iduvidul icon just makes the icon shrink. I've been working on it for a while to get it to look like this so I'm hoping I didn't do something wrong and that's why I can't move it.

screen shot 2015-10-09 at 8 23 13 pm

Thanks, Happy Thanksgiving!

@thomasjbradley

bonniecampbell commented 8 years ago

Also my social media buttons arn't working as links

thomasjbradley commented 8 years ago

I can see two changes that seem to do the trick, to solve both problems:

  1. Add text-align: center to .social-media.
  2. Remove float: left from .facebook img, etc.

When something is floated, it can't be centred.