update
This commit is contained in:
@@ -2,8 +2,16 @@
|
||||
import Container from "~/components/Container.astro";
|
||||
---
|
||||
|
||||
<Container class:list={[" space-y-2.5 lg:space-y-5", Astro.props.class]}>
|
||||
<h2 class="text-pretty text-4xl lg:text-5xl">
|
||||
FAQ — Perguntas frequentes
|
||||
</h2>
|
||||
<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 — Perguntas frequentes
|
||||
</h2>
|
||||
|
||||
<div class="col-span-2">
|
||||
<slot />
|
||||
</div>
|
||||
</section>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user