By default, columns are only activated from tablet onwards. This means
columns are stacked on top of each other on mobile.
If you want columns to work on mobile too, just add the
is-mobile modifier on the columns container:
1
2
3
4
Resize
If you want to see the difference, resize your browser and see when the columns
are stacked and when they are horizontally distributed.
If you only want columns on desktop upwards, just use the
is-desktop modifier on the columns container: