Move FAQ content below header
Adjusted FAQ page spacing to push content down below header by adding top padding (pt-32) to main wrapper, ensuring the heading and questions aren’t hidden behind the header. X-Lovable-Edit-ID: edt-e5d9ac47-ed5f-4cc8-bcd5-be93393e757d
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ const FAQ = () => {
|
||||
return (
|
||||
<div className="bg-background text-foreground min-h-screen">
|
||||
<Header />
|
||||
<main className="max-w-3xl mx-auto px-6 py-16">
|
||||
<main className="max-w-3xl mx-auto px-6 pt-32 pb-16">
|
||||
<h1 className="text-3xl md:text-4xl font-bold text-center mb-4">
|
||||
Vanliga frågor
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user