I'm using the bootstrap grid system in my website but when I shrink the screen down the text begins to overlap. How do I stop this? I've left a picture showing what I mean. I can't find any answer on online so that is why I posted.
Code:
<div class="col-sm-6">
<img class="img-center" src="img/Linkedin_ Pic .jpg" width="50%" height="400px">
<br>
<h2 class="text-center">Edgar Hardy - President</h2>
<br>
<p class="text-center">
...</p>
<div class="br"></div>
<p class="text-center">...
</p>
</div>
<div class="col-sm-6">
<img class="img-center" src="img/Mary Cockerham.png" width="50%" height="400px">
<br>
<h2 class="text-center">Mary Cockerham - Vice-President</h2>
...
</div>
</div>
<div class="row">
<div class="col-sm-6">
<img class="img-center" src="img/audrey jones cropped pic.png" width="50%" height="400px">
<br>
<h2 class="text-center">Treasurer</h2>
...
</div>
<div class="col-sm-6">
<img class="img-center" src="img/Susana Bali.png" width="50%" height="400px">
<br>
<h2 class="text-center">Lorem Ispum</h2>
...
</div>
</div>