From 21135f4822917c9c69dea8c002e89d8a0e4ba021 Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:29:19 +0100 Subject: [PATCH] Make FAQ component full width --- astro/src/components/web/FrequentlyAskedQuestions.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/components/web/FrequentlyAskedQuestions.astro b/astro/src/components/web/FrequentlyAskedQuestions.astro index 986adc1..6a64033 100644 --- a/astro/src/components/web/FrequentlyAskedQuestions.astro +++ b/astro/src/components/web/FrequentlyAskedQuestions.astro @@ -9,7 +9,7 @@ interface Props { const faq = Astro.props.faq; --- -