We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12820e commit 6036527Copy full SHA for 6036527
src/app/conf/2025/components/speaker-card.tsx
@@ -45,7 +45,7 @@ export function SpeakerCard({
45
/>
46
)}
47
48
- <div className="relative h-full shrink-0 overflow-hidden @[420px]:w-[176px]">
+ <div className="relative h-full overflow-hidden @[420px]:w-[176px] @[420px]:shrink-0">
49
<div className="absolute inset-0 z-[1] bg-sec-light mix-blend-multiply" />
50
{speaker.avatar ? (
51
<Image
0 commit comments