I utilized the code example from Fontawesome's website to create a pair of stacked social media buttons and enclosed it in a div element to float them to the right side of the page.
<div class="social-icons">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x icon-background"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse"></i></span>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x icon-background"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</div>
Despite utilizing the styles from , the icon and its aligning circle seem to be positioned at the top rather than the middle of the button.