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 1d9e181 commit 0b504b2Copy full SHA for 0b504b2
src/pages/About.tsx
@@ -8,9 +8,9 @@ const About: React.FC = () => {
8
<div className="min-h-screen bg-alien-space">
9
<StarBackground />
10
<Header />
11
- {/* Fondo de pantalla with overlay */}
+ {/* Fondo de pantalla sin opacidad */}
12
<div
13
- className="fixed inset-0 z-0 bg-cover bg-center bg-no-repeat opacity-30"
+ className="fixed inset-0 z-0 bg-cover bg-center bg-no-repeat"
14
style={{ backgroundImage: `url('/lovable-uploads/EMWBack.png')` }}
15
/>
16
<main className="container mx-auto px-4 pt-24 pb-16">
0 commit comments