left/right padding => vw for main content, aligns with grids lines

This commit is contained in:
Thomas Smith 2022-12-14 17:32:55 -05:00
parent 2ae0822a99
commit 21b08b7a43

View file

@ -23,7 +23,7 @@
</header>
{/if}
<figure />
<div class="px-16">
<div style="padding: 0vw 3.33vw;">
<!-- all pages get inserted in this slot -->
<slot />
</div>