Joined July 2018
·

EversionSystems

With Bootstrap 4 and mixins you can achieve it like this. I use my-auto in my columns so your method didn't work well for me as I want my content vertically centred in rows.

@include media-breakpoint-down(xs) {
.row.row-grid [class="col-"]+[class="col-"] {
margin-top: 15px !important;
}
}

Achievements
1 Karma
0 Total ProTip Views