fix space

This commit is contained in:
2025-05-15 14:07:45 -03:00
parent f33e0782a8
commit d988dcd278
92 changed files with 4062 additions and 4154 deletions

View File

@@ -3,15 +3,15 @@ import Container from "~/components/Container.astro";
---
<Container {...Astro.props}>
<section
class="space-y-2.5 lg:py-24 lg:grid grid-cols-3 gap-5 mx-auto lg:w-5/8"
>
<h2 class="text-pretty text-4xl lg:text-5xl">
FAQ &mdash; Perguntas frequentes
</h2>
<section
class="space-y-2.5 lg:py-24 lg:grid grid-cols-3 gap-5 mx-auto lg:w-5/8"
>
<h2 class="text-pretty text-4xl lg:text-5xl">
FAQ &mdash; Perguntas frequentes
</h2>
<div class="col-span-2">
<slot />
</div>
</section>
<div class="col-span-2">
<slot />
</div>
</section>
</Container>