If I have three columns set to half-width on tablet, the last column is hidden. Is there any way to make it spill into a new row?
<section class="section">
<h1 class="title">Title</h1>
<h2 class="subtitle">Subtitle</h2>
<div class="columns">
<div class="column is-half-tablet is-one-quarter-desktop">content</div>
<div class="column is-half-tablet is-one-quarter-desktop">content</div>
<div class="column is-half-tablet is-one-quarter-desktop">content</div>
</div>
</section>
Use can use
<div class="columns is-multiline">
Glorious!
Most helpful comment
Use can use