Usage
Use of the epic component is simple, just add the epic
class to the parent of the content you wish to wrap. This will add padding on the x and y axis of the container.
Note: Be sure to add the bg-{color}
class to display the appropriate background.
Epic section
This section is pretty epic, you can put all sorts inside of me, headings, leads & CTA's.
<div class="epic bg-primary c-white br">
<h1>Epic section</h1>
<p class="lead">This section is pretty epic...</p>
<button class="btn btn-white btn-outline">Call to action!</button>
</div>