re-add padding on main content in layout

This commit is contained in:
2024-03-18 20:19:08 -05:00
parent 8e98286f7c
commit e459a0688a

View File

@@ -25,7 +25,7 @@
{{> navbar }} {{> navbar }}
{{{_sections.header}}} {{{_sections.header}}}
</header> </header>
<main class=""> <main class="u-sm-spaceSidesMd">
{{{ body }}} {{{ body }}}
</main> </main>
</body> </body>