forum: align /forum hero (Crew Lounge) to max-w-container so left/right edges match content above/below
This commit is contained in:
@@ -262,9 +262,9 @@ export default function ForumIndexPage() {
|
|||||||
<>
|
<>
|
||||||
<Header />
|
<Header />
|
||||||
<main className="min-h-screen bg-[#111111]">
|
<main className="min-h-screen bg-[#111111]">
|
||||||
{/* Hero */}
|
{/* Hero — width-aligned with content below + featured-box pattern */}
|
||||||
<div className="bg-[#1a2535] border-b border-[#2a3a50]">
|
<div className="max-w-container mx-auto px-4">
|
||||||
<div className="max-w-container mx-auto px-4 py-10">
|
<div className="bg-[#1a2535] border-b border-[#2a3a50] py-10 px-4">
|
||||||
<div className="flex items-center gap-3 mb-2">
|
<div className="flex items-center gap-3 mb-2">
|
||||||
<img src="/logos/crew-lounge-logo.svg" alt="The Crew Lounge" className="w-8 h-8" />
|
<img src="/logos/crew-lounge-logo.svg" alt="The Crew Lounge" className="w-8 h-8" />
|
||||||
<h1 className="text-3xl font-heading font-bold text-white">The Crew Lounge</h1>
|
<h1 className="text-3xl font-heading font-bold text-white">The Crew Lounge</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user