food items items-center
This commit is contained in:
@@ -74,7 +74,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex gap-4 w-full h-full">
|
<div className="flex gap-4 w-full h-full items-center">
|
||||||
<Image
|
<Image
|
||||||
className="rounded-xl w-28 h-28 object-cover"
|
className="rounded-xl w-28 h-28 object-cover"
|
||||||
src={resolvedImage}
|
src={resolvedImage}
|
||||||
@@ -93,7 +93,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="inline-flex gap-2 justify-between w-full items-center">
|
<div className="inline-flex mt-2 gap-2 justify-between w-full items-center">
|
||||||
<span className="w-full text-sm mt-1" dir="ltr">
|
<span className="w-full text-sm mt-1" dir="ltr">
|
||||||
{formattedPrice} T
|
{formattedPrice} T
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user