The section
components are simple layout elements with responsive padding. They are best used as
direct children of body
.
---
title: Section
layout: docs
theme: library
fullwidth: true
doc-tab: layout
doc-subtab: section
breadcrumb:
- home
- documentation
- layout
- layout-section
meta:
variables: true
---
{% capture section_example %}
Section
A simple container to divide your page into sections, like
the one you're currently reading.
Medium section
A simple container to divide your page into sections, like
the one you're currently reading.
Large section
A simple container to divide your page into sections, like
the one you're currently reading.
The section
components are simple layout elements with responsive padding. They are best used as
direct children of body
.
You can use the modifiers is-medium
and is-large
to change the spacing.