My pen: http://codepen.io/helloworld/pen/YPxBEJ
Why is the rss icon so small? It does not resize whatever fa-x I use?
<div class="container">
<div class="row">
<div class="col-xs-6">
<div class="jumbotron jumbotron-icon">
<div class="container">
<div class="info-icons">
<i class="fa fa-rss-square fa-5"></i>
</div>
</div>
</div>
</div>
<div class="col-xs-6">
Lorem ipsum dolor sit amet, consetetur sadipscetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
</div>
</div>
</div>
</div>
<!-- /.panel -->
</div>
</div>
<!-- /.row -->
</div>
Didn't you mean to use the class fa-5x
?
<i class="fa fa-rss-square fa-5x"></i>
Examples: https://fontawesome.com/v4.7.0/examples/#larger
Also important to know that you can achieve larger icons by setting a higher font size of that element/it's parent.
Font-awesome icons are just fonts, meaning they are vectors and scale up beautifully.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With