diff --git a/src/components/FAQ.astro b/src/components/FAQ.astro index 4703848..a69a4d1 100644 --- a/src/components/FAQ.astro +++ b/src/components/FAQ.astro @@ -119,10 +119,15 @@ const faqsCol2 = faqs.slice(split); gap: 1.5rem; margin-bottom: 4.5rem; + h2 { + text-align: center; + padding-inline: 20px; + } + span { font-family: fonts.$sans; font-size: 1.75rem; - font-weight: 600; + font-weight: 500; } } @@ -145,6 +150,6 @@ const faqsCol2 = faqs.slice(split); flex-direction: column; gap: 35px; flex: 1; - padding: 0 0.7rem; + padding-inline: max(20px, 5vw); }