Skip to content

Commit

Permalink
fix: Add padding to list item images
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Nov 16, 2024
1 parent 37fb0b6 commit 8a5b1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/student/map/_components/BoothListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function BoothListItem({
<div className="ml-4 flex h-full items-center">
{logoSrc ? (
<Image
className="mr-2 size-16 object-contain"
className="mr-2 size-16 object-contain py-4"
src={logoSrc}
alt={booth.exhibitor.name}
width={300}
Expand Down

0 comments on commit 8a5b1ec

Please sign in to comment.