mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
left/right padding => vw for main content, aligns with grids lines
This commit is contained in:
parent
2ae0822a99
commit
67c9bb5a7f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue