Check out this HTML snippet:
<div class="d-sm-flex flex-sm-row flex-sm-row-reverse">
<div class='ml-2'></div>
<div class='ml-2'></div>
<div class='ml-2'></div>
</div>
Everything seems to be working fine, but in XS mode I want the columns to display as usual. However, if I change the div classes to col ml-2
, it messes up the flex display. Any suggestions on how to make it show cols in XS and flex in SM and above?