view image details hereUsing Bootstrap 5, I have a screenshot with an h5 element in a black border and an em tag in a red border. I specified margin 0 to the h5 element but it still does not touch the em tag (in red border). I have tried adjusting line spacing, etc., but there is still space between both elements. Here is my HTML structure:
<div class="mediaCard">
<img src="images/architectgirl-1.jpg" class="img-fluid">
<h5>What value does a good Architect bring in my project? </h5>
<em>15 min read</em>
</div>
I attempted to remove the space between both elements and reset the spacing to default in Bootstrap.