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 bcc4b52 commit 80e802dCopy full SHA for 80e802d
src/components/sections/hero/hero.astro
@@ -125,7 +125,6 @@ const action2 = "/sponsorship/sponsor/";
125
126
<div
127
class="bluebox relative flex flex-col items-center justify-center"
128
- style=""
129
>
130
<div class="bluebox-shift">
131
<div class="hero-image overflow-hidden -mt-12">
@@ -136,7 +135,7 @@ const action2 = "/sponsorship/sponsor/";
136
135
alt="EuroPython 2025 Conference"
137
layout='full-width'
138
formats={['avif', 'webp', 'jpeg']}
139
- class="max-w-5xl lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
+ class="lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
140
loading="eager"
141
priority={true}
142
/>
0 commit comments