bootstrap 2 col layout code example
Example 1: .col-6 bootstrap
.col-6{
flex: 0 0 50%;
max-width: 50%;
}
Example 2: whatever by Clever Crane on May 31 2020 Donate Comment
<div class="col-lg-3 mb-4">
.col-6{
flex: 0 0 50%;
max-width: 50%;
}
<div class="col-lg-3 mb-4">