max height
This commit is contained in:
@@ -100,7 +100,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
|
||||
<div className="flex gap-4 w-full h-full items-center">
|
||||
<Link href={foodDetailUrl} className="cursor-pointer">
|
||||
<img
|
||||
className="rounded-xl bg-[#F2F2F9] min-w-28 w-28 object-cover"
|
||||
className="rounded-xl bg-[#F2F2F9] min-w-28 w-28 max-h-28 object-cover"
|
||||
src={imageSrc}
|
||||
height={112}
|
||||
width={112}
|
||||
|
||||
Reference in New Issue
Block a user