Skip to content

Commit ba1ef84

Browse files
committed
Fix hero image
1 parent 6b46a01 commit ba1ef84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/hero/hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const action2 = "/sponsorship/sponsor/";
136136
alt="EuroPython 2025 Conference"
137137
layout='full-width'
138138
formats={['avif', 'webp', 'jpeg']}
139-
class="w-full max-w-5xl lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
139+
class="max-w-5xl lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
140140
loading="eager"
141141
priority={true}
142142
/>

0 commit comments

Comments
 (0)