Fix FAQ scroll position
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ export default function Home() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section className="container mx-auto mb-16 max-w-3xl mb-32" id="faq">
|
<section className="container mx-auto mb-16 max-w-3xl mb-32 scroll-mt-20" id="faq">
|
||||||
<h1 className="text-center text-3xl font-bold mb-8">
|
<h1 className="text-center text-3xl font-bold mb-8">
|
||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user