Copy environment

Section

Section component for wrapping sections. Give a section id by giving it an id property.

Top Gutter

Section component can have top gutter by setting topGutter property.

<div class="section section--top-gutter-2" id="section-1">
    Section content goes here
</div>
{
  "language": "en-US",
  "content": "Section content goes here",
  "id": "section-1",
  "topGutter": 2
}