Container

Our most basic and common page layout object.

Dependencies

🔗

Our container helps to keep all pages and full-width elements to a consistent maximum width, whilst keeping everything to the center of the viewport.

You can also access this max-width value via $global-container-width from sky-toolkit-core/settings/globals.

<div class="o-container">
  Some content
</div>