change to card

This commit is contained in:
ImAlpha 2024-01-07 23:51:57 -08:00
parent 25b04fad35
commit 930648e6cf

View File

@ -48,8 +48,8 @@ const Bar = () => {
<div>
{Menu.map((menu_item) => {
return (
<Card key={menu_item.id} className="flex flex-wrap gap-8 pt-6 justify-evenly w-full">
<CardHeader className="h-[55%] relative w-full overflow-hidden">
<Card key={menu_item.id} className="flex flex-wrap gap-8 pt-6 justify-evenly w-[325px] h-[452px]">
<CardHeader className="h-full relative w-full overflow-hidden">
<Image
src={`/${menu_item.photo}`}
alt="chili pepper spice"