Make FAQ component full width

This commit is contained in:
itsfinniii
2026-03-24 21:29:19 +01:00
parent cd30b1e3df
commit 21135f4822

View File

@@ -9,7 +9,7 @@ interface Props {
const faq = Astro.props.faq;
---
<div class="flex lg:flex-row flex-col justify-between py-12 px-12 lg:container mx-auto gap-y-8 gap-x-18">
<div class="flex lg:flex-row flex-col justify-between py-12 px-12 lg:container mx-auto gap-y-8 gap-x-18 w-full">
<div class="flex flex-col gap-2.5 lg:w-[50%] w-full">
<h2 class="text-5xl font-bold">{faq.title}</h2>
{ faq.text !== null && (