Skip to content

Commit 8a5b1ec

Browse files
committed
fix: Add padding to list item images
1 parent 37fb0b6 commit 8a5b1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/student/map/_components/BoothListItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function BoothListItem({
2121
<div className="ml-4 flex h-full items-center">
2222
{logoSrc ? (
2323
<Image
24-
className="mr-2 size-16 object-contain"
24+
className="mr-2 size-16 object-contain py-4"
2525
src={logoSrc}
2626
alt={booth.exhibitor.name}
2727
width={300}

0 commit comments

Comments
 (0)