We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b46a01 commit ba1ef84Copy full SHA for ba1ef84
src/components/sections/hero/hero.astro
@@ -136,7 +136,7 @@ const action2 = "/sponsorship/sponsor/";
136
alt="EuroPython 2025 Conference"
137
layout='full-width'
138
formats={['avif', 'webp', 'jpeg']}
139
- class="w-full max-w-5xl lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
+ class="max-w-5xl lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
140
loading="eager"
141
priority={true}
142
/>
0 commit comments