scol-fit
You can check the full list of available breakpoints here.
How to use
*:scol-fit-*
Remember that all columns must be inside a
<div class="line">
<div class="x:scol-fit-5">5</div>
<div class="x:scol-fit-5">5</div>
<div class="x:scol-fit-5">5</div>
<div class="x:scol-fit-5">5</div>
<div class="x:scol-fit-5">5</div>
</div>
Columns can be enhanced with helpers such as margin and padding or alignment, for example you can remove the default column padding using
scol
You can also combine column types using
<div classs="line">
<div class="x:scol-4 m:scol-fit-5">4 <-> 5</div>
<div class="x:scol-4 m:scol-fit-5">4 <-> 5</div>
<div class="x:scol-4 m:scol-fit-5">4 <-> 5</div>
<div class="x:scol-6 m:scol-fit-5">4 <-> 5</div>
<div class="x:scol-6 m:scol-fit-5">4 <-> 5</div>
</div>
Grid distribution
The following grid representation will help you understand the arrangement and give you an idea of the available columns and how to use them.