make faq responsive

This commit is contained in:
bytedream 2024-10-30 02:31:40 +01:00
parent 0389ee4c3b
commit 065395590a

@ -185,7 +185,7 @@ sind nicht gestattet.</p>`
</svelte:head>
<h1 class="text-3xl lg:text-5xl mb-16 text-center">FAQ</h1>
<div class="flex flex-row gap-10">
<div class="grid lg:grid-cols-2 2xl:grid-cols-3 gap-10">
{#each faq as questions}
<div>
<h2 class="text-4xl text-center mb-3">{questions.section}</h2>