This commit is contained in:
2025-04-20 21:53:34 -03:00
parent b523820f45
commit ae71d5a7ce
35 changed files with 1424 additions and 315 deletions

View File

@@ -0,0 +1,3 @@
<div class:list={[Astro.props.class, 'max-w-7xl mx-auto max-2xl:px-3']} {...Astro.props}>
<slot />
</div>