Grid
You can customize the grid values in _config.scss.
Wrap the columns with o-row class or use the mixin @include make-row().
Set $activate-grid-classes to true in _config.scss in order to auto-generate classes or use the mixins like the example below.
1 of 2
@include make-col-ready()
@include make-col(6, 12)
2 of 2