troylusty.com/src/components/SkinnyCenter.astro
2024-12-23 21:18:55 +00:00

5 lines
118 B
Text

<div
class="mx-auto mb-8 mt-2 max-w-full p-4 pb-16 md:mb-32 md:mt-16 md:max-w-screen-lg md:p-5"
>
<slot />
</div>