Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/SponsorLogo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier
src={logo}
alt={`${title} Logo`}
style={{
minWidth: "170px",
minWidth: "140px",
maxHeight: "120px",
objectFit: "contain",
padding: logo_padding ? logo_padding : undefined,
Expand All @@ -50,7 +50,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier
src={logo}
alt={`${title} Logo`}
style={{
minWidth: "170px",
minWidth: "140px",
maxHeight: "120px",
objectFit: "contain",
padding: logo_padding ? logo_padding : undefined,
Expand Down
3 changes: 1 addition & 2 deletions src/components/sections/hero/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const action2 = "/sponsorship/sponsor/";

<div
class="bluebox relative flex flex-col items-center justify-center"
style=""
>
<div class="bluebox-shift">
<div class="hero-image overflow-hidden -mt-12">
Expand All @@ -136,7 +135,7 @@ const action2 = "/sponsorship/sponsor/";
alt="EuroPython 2025 Conference"
layout='full-width'
formats={['avif', 'webp', 'jpeg']}
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"
loading="eager"
priority={true}
/>
Expand Down