max height

This commit is contained in:
hamid zarghami
2026-06-06 16:28:06 +03:30
parent 75e23237e6
commit 99e411608f
+1 -1
View File
@@ -100,7 +100,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
<div className="flex gap-4 w-full h-full items-center"> <div className="flex gap-4 w-full h-full items-center">
<Link href={foodDetailUrl} className="cursor-pointer"> <Link href={foodDetailUrl} className="cursor-pointer">
<img <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} src={imageSrc}
height={112} height={112}
width={112} width={112}