rowigutter or row_gutter, is configurable with the variable of the same name. The default value is medium.
  {% include '@bolt-layouts-grid/grid.twig' with {
  row_gutter: 'large',
  ...
} only %}
<bolt-grid row-gutter="large">
  <!-- Grid Items -->
</bolt-grid>