Why is the bottom border not extending the full width within the inner div?
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-2 bg-light mh-100">
<div class="d-flex justify-content-center border-bottom w-100">
<img class="my-3" src="img/img.png" alt="" srcset="" style="height:18px; width:110px;">
</div>
</div>
<div class="col-12 col-md-10 bg-dark mh-100">
<p>sfsdfsdfsd</p>
</div>
</div>
</div>