I'm try to create a circle border around a font-aweseome icon like the following ...
This is my mark up:
<div class="col-md-4 text-center service-section">
<div class="icon-border">
<font-awesome-icon icon="laptop" size="3x"/>
</div>
<h4 class="mt-4">Blah Blah</h4>
<p class="mt-3">
Donec viverra, libero sit amet consectetur porta, massa velit tempus
sapien.
</p>
</div>
I have added a div to the outside of the icon and also tried applying a div to the icon component but no success.