change to card
This commit is contained in:
parent
25b04fad35
commit
930648e6cf
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user