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 e31647b commit e1bd324Copy full SHA for e1bd324
src/pages/Index.tsx
@@ -10,7 +10,7 @@ import ParticipationSection from '@/components/ParticipationSection';
10
11
const Index: React.FC = () => {
12
return (
13
- <>
+ <div className="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