[docs] tweak padding

Mainly as a hacky workaround for the dialog example not showing up correctly on the smallest screen size.
This commit is contained in:
Ryan Gossiaux
2022-03-02 21:55:02 -08:00
parent f328881466
commit d6f89e5d93

View File

@@ -19,7 +19,7 @@
</div> </div>
</div> </div>
<article class="prose max-w-3xl min-w-0 mt-5 px-6 pb-8" bind:this={el}> <article class="prose max-w-3xl min-w-0 mt-5 px-3 pb-8" bind:this={el}>
<slot /> <slot />
</article> </article>
<div class="w-64 text-sm hidden flex-shrink-0 lg:block"> <div class="w-64 text-sm hidden flex-shrink-0 lg:block">