scol
You can check the full list of available breakpoints here.
How to use
*:scol-*
One of the main bases of Shido are the columns.
Columns are created by specifying the breakpoint and number of available columns you want to cover, for example 2 equal columns would use two
Remember that all columns must be inside a
<div classs="line">
<div class="x:scol-6">6</div>
<div class="x:scol-6">6</div>
</div>
If more than 12 columns are placed within a
Columns can be enhanced with helpers such as margin and padding or alignment, for example you can remove the default column padding using
scol-fit
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.