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

This commit is contained in:
Thomas Smith 2022-12-14 17:26:04 -05:00
parent 2ae0822a99
commit 67c9bb5a7f

View file

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