Here is the code snippet I am working with:
<div class="columns">
<div class="column">column 1</div>
<div class="column">column 2</div>
<div class="column">column 3</div>
<div class="column">column 4</div>
</div>
I am trying to achieve a similar layout using Bulma CSS. You can view the desired layout on this CodePen link: https://codepen.io/hashem/pen/ausJL
However, when resizing to the mobile version, the columns break into 2 columns instead of the original 4.