In my design, I created two classes designated for the md
and sm
sizes. The sm
size was meant to trigger the stacking of columns in a vertical manner.
Surprisingly, when it comes to Bootstrap, the default breaking point is actually xs
, which is supposed to have the same effect. However, nothing happens as expected.
For vertical stacking to occur, I found that I need to set the number of columns
to 12 without assigning any other classes for specific screen sizes.
You can view the code here: