Layout grid
There are three kind of cells grid (.cell-flex) layout: free cells (.cell-inline), mosaïc grid (.cell-columns-{1 to 4}) and list (.cell-row).
Free cells
Each cell is dependent on its own dimensions. Cells are horizontally aligned and automaticaly go to the next line when they exeed limits.
.cell-inline
You can force width of undefined cells. (for > 1024px screens)
.cell-inline
Mosaïc grid
Width of cells are defined by the parent container.
.cell-columns-4
.cell-columns-3
.cell-columns-2
You can resize each cell even if it's define by the parent container. (for > 1024px screens)
.cell-columns-3
List
Whatever the width of cells, they are vertically aligned.
.cell-row