Skip to content

Commit 2d47e08

Browse files
committed
fixes
1 parent 3a0e4c6 commit 2d47e08

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

public/img/conf/Sponsors/TheGuild.svg

Lines changed: 0 additions & 2 deletions
Loading

src/app/conf/2024/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function List({
6969
<NextImage
7070
alt={`${name} logo`}
7171
src={icon}
72-
className="h-auto lg:max-w-60 shrink"
72+
className="lg:w-auto lg:max-w-60 max-h-full"
7373
/>
7474
<span className="font-sans absolute right-5 top-5 leading-none text-white lg:text-2xl">
7575

0 commit comments

Comments
 (0)