Having more than 12 columns in a row causes the columns to stack vertically, but the top ones have varying sizes compared to the bottom ones.
<div class="container-fluid">
<div class="row">
<div class="col-md"></div>
<div class="col-md"></div>
<div class="col-md"></div>
<div class="col-md"></div>
<div class="col-md"></div>
</div>
</div>
Attempting to make the columns responsive (allowing them to grow) while ensuring that all columns have the same width.
https://i.sstatic.net/ErI2D.png
https://i.sstatic.net/Uomwi.png https://i.sstatic.net/oFhJE.png