Fix FAQ scroll position

This commit is contained in:
ASOwnerYT
2025-04-06 06:40:24 +00:00
parent c5968f2876
commit c4eb5f251d
+1 -1
View File
@@ -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>