Skip to content

Commit 6036527

Browse files
committed
Fix speaker card on mobiles
1 parent a12820e commit 6036527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/components/speaker-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function SpeakerCard({
4545
/>
4646
)}
4747

48-
<div className="relative h-full shrink-0 overflow-hidden @[420px]:w-[176px]">
48+
<div className="relative h-full overflow-hidden @[420px]:w-[176px] @[420px]:shrink-0">
4949
<div className="absolute inset-0 z-[1] bg-sec-light mix-blend-multiply" />
5050
{speaker.avatar ? (
5151
<Image

0 commit comments

Comments
 (0)