How it works
mesh uses conventional containers, rows and columns to lay out and align content. It's built with flexbox and is fully responsive. Here's an example:
<div class="container">
<div class="row">
<div class="col-12 col-tab-6 col-desk-4 col-hd-3">
I'm a column, I take up 12 columns at default width, 6 at tablet, 4 at desktop and 3 in hd screens
</div>
<div class="col-12 col-tab-6 col-desk-4 col-hd-3">
I'm a column, I take up 12 columns at default width, 6 at tablet, 4 at desktop and 3 in hd screens
</div>
<div class="col-12 col-tab-6 col-desk-4 col-hd-3">
I'm a column, I take up 12 columns at default width, 6 at tablet, 4 at desktop and 3 in hd screens
<div class="col-12 col-tab-6 col-desk-4 col-hd-3">
I'm a column, I take up 12 columns at default width, 6 at tablet, 4 at desktop and 3 in hd screens
</div>
</div>
</div>