article
April 10, 2018
The main component of a healthy environment for self esteem is that it needs be nurturing. It should provide unconditional warmth.
April 10, 2018
April 14, 2018
The main component of a healthy environment for self esteem is that.
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
<div class="columns is-mobile">
<div class="column">1</div>
<div class="column">2</div>
<div class="column">3</div>
<div class="column">4</div>
</div>
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:
1
2
3
4
<div class="columns is-desktop">
<div class="column">1</div>
<div class="column">2</div>
<div class="column">3</div>
<div class="column">4</div>
</div>
Niche Templates