tmort / Socialite

Other
1.68k stars 163 forks source link

Pinterest vertical misalign #60

Open tc opened 11 years ago

tc commented 11 years ago

On Chrome, http://socialitejs.com/ shows the pinterest share icon misaligned with the others:

Screen Shot 2013-03-16 at 2 12 10 PM

misbach commented 11 years ago

Yes, I had the same problem. I just added this line to my css to fix it.

.social-buttons .pinterest-pinit { margin-top: 20px; background-position: 0 -175px; }