Skip to content

Commit e98e365

Browse files
committed
fix: adjust style fit the button element
1 parent 58cddbd commit e98e365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Faq.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const faqs = [
4343
id={`faq-${i}`}
4444
aria-expanded="false"
4545
aria-controls={`faq-${i}-content`}
46-
class="accordion-trigger flex justify-between p-6"
46+
class="accordion-trigger flex justify-between p-6 w-full items-center"
4747
>
4848
<h2 class="font-semibold">{faq.question}</h2>
4949
<Icon name="chevron" class="chevron w-4 " />

0 commit comments

Comments
 (0)