We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cddbd commit e98e365Copy full SHA for e98e365
src/components/Faq.astro
@@ -43,7 +43,7 @@ const faqs = [
43
id={`faq-${i}`}
44
aria-expanded="false"
45
aria-controls={`faq-${i}-content`}
46
- class="accordion-trigger flex justify-between p-6"
+ class="accordion-trigger flex justify-between p-6 w-full items-center"
47
>
48
<h2 class="font-semibold">{faq.question}</h2>
49
<Icon name="chevron" class="chevron w-4 " />
0 commit comments