Grid Gutter Variations The space between each column, known as a gutter, is configurable with the variable of the same name. The default value is medium.
Important Notes:

All accepted values for gutter can be seen in the Schema tab at the top of this page.

Demo

None Gutter

Span 4 columns
Span 4 columns
Span 4 columns

Medium Gutter

Span 4 columns
Span 4 columns
Span 4 columns
Twig
{% include '@bolt-layouts-grid/grid.twig' with {
  gutter: 'large',
  ...
} only %}
HTML
<bolt-grid gutter="large">
  <!-- Grid Items -->
</bolt-grid>