I am using bulma, i am new to bulma.
I try to create two rows, but the contents stay side by side, and did not one above the other as expected.
How can i create two rows using bulma ?
I try to use class="row"
This is my code below:
<div class="row">
<h1 class="title is-size-1">
About
</h1>
</div>
<div class="row">
<span class="subtitle is-size-4">
long text.
</span>
</div>
</div>
Answering myself : i do use : <article class="tile is-child notification is-white">