I'm having difficulty removing margins
within a bootstrap alert component
and I can't figure out why!
https://codepen.io/weellydooh/pen/MWKKoqg
<div class="alert alert-primary" role="alert">
<p>A simple primary alert—check it out!</p>
<p>A simple primary alert—check it out!</p>
<p>A simple primary alert—check it out!</p>
</div>
What is the solution for setting or removing margins in an alert box?