make faq responsive
This commit is contained in:
parent
0389ee4c3b
commit
065395590a
@ -185,7 +185,7 @@ sind nicht gestattet.</p>`
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<h1 class="text-3xl lg:text-5xl mb-16 text-center">FAQ</h1>
|
<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}
|
{#each faq as questions}
|
||||||
<div>
|
<div>
|
||||||
<h2 class="text-4xl text-center mb-3">{questions.section}</h2>
|
<h2 class="text-4xl text-center mb-3">{questions.section}</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user