We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63c215 commit e31647bCopy full SHA for e31647b
src/pages/Index.tsx
@@ -10,7 +10,7 @@ import ParticipationSection from '@/components/ParticipationSection';
10
11
const Index: React.FC = () => {
12
return (
13
- <div className="min-h-screen bg-alien-space relative">
+ <>
14
{/* Fixed background image with proper opacity */}
15
<div className="fixed inset-0 z-0" style={{
16
backgroundImage: `url('/lovable-uploads/EMWBack.png')`,
@@ -37,7 +37,7 @@ const Index: React.FC = () => {
37
<ParticipationSection />
38
</div>
39
40
- </div>
+ </>
41
);
42
};
43
0 commit comments