<div id="mydiv" class="bg-danger row">
<div>
<img src="https://www.discoservicemusicheria.com/shop/wp-content/uploads/2013/03/Michael-Jackson-Thriller-25th-Anniversary.jpg" class="rounded float-left" width="280" height="280">
</div>
<div class="bg-warning pt-3 ml-4">
<h2 class="font-weight-bold">{{$album->nome}}</h2>
<h5 class="mb-5"><a href="">Autore</a></h5>
<small class="text-muted">8 brani - 24/01/2015</small>
</div>
</div>
I am looking for a solution to avoid the separation between two divs inside #mydiv when viewing the page on a mobile device.