Skip to content

Commit 80e802d

Browse files
committed
Fix hero image width for mobile
1 parent bcc4b52 commit 80e802d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/sections/hero/hero.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ const action2 = "/sponsorship/sponsor/";
125125

126126
<div
127127
class="bluebox relative flex flex-col items-center justify-center"
128-
style=""
129128
>
130129
<div class="bluebox-shift">
131130
<div class="hero-image overflow-hidden -mt-12">
@@ -136,7 +135,7 @@ const action2 = "/sponsorship/sponsor/";
136135
alt="EuroPython 2025 Conference"
137136
layout='full-width'
138137
formats={['avif', 'webp', 'jpeg']}
139-
class="max-w-5xl lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
138+
class="lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
140139
loading="eager"
141140
priority={true}
142141
/>

0 commit comments

Comments
 (0)