Skip to content

Instantly share code, notes, and snippets.

@akalata
akalata / sml-layout-containers.twig
Created August 24, 2021 14:15
SML Layout containers
Current state: Full bleed by default, anything in the main content area needs to set a class to fix-width and center its content.
<div>
<main>
<div class="bg-color-bleeds">
<div class="container mx-auto">Content is fixed width and centered</div>
</div>
</main>
<div>