How do you make a responsive layout in Bootstrap?
Use the grid system and responsive classes:
<div class="col-12 col-md-6 col-lg-4">Responsive column</div>
Use the grid system and responsive classes:
<div class="col-12 col-md-6 col-lg-4">Responsive column</div>