lumeweb.com/src/components/ui/GridContainer.astro

6 lines
133 B
Plaintext

<div
class="flex flex-col justify-between items-start gap-y-10 xl:grid xl:grid-cols-3 xl:gap-x-10 xl:gap-y-10"
>
<slot />
</div>