Simplify setup (#46)

This commit is contained in:
Ollie Taylor
2023-07-13 00:27:14 +01:00
committed by GitHub
parent 29ef65733e
commit d18b0c78d0
68 changed files with 1236 additions and 1470 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<svelte:element
this={as}
{...$$restProps}
class="relative mx-auto w-full max-w-6xl p-4 md:p-6"
class="relative mx-auto w-full max-w-6xl px-2 py-4 md:px-6 md:py-6"
>
<slot />
</svelte:element>