I just enclosed all my icons in a div and then set the line height on that div so that they all lined up (since they are all the same height and some are aligned with the top and some the bottom)
Then the CSS
#product-details-page .product-social-links {
line-height: 10px;
}