Skip to content

Commit 2ed3213

Browse files
committed
Add aspect-square
1 parent 3ff23cc commit 2ed3213

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
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 overflow-hidden @[420px]:w-[176px] @[420px]:shrink-0">
48+
<div className="relative aspect-square 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

src/app/conf/2025/speakers/[id]/past-speaker-sessions.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)