change to card
This commit is contained in:
parent
25b04fad35
commit
930648e6cf
@ -48,8 +48,8 @@ const Bar = () => {
|
|||||||
<div>
|
<div>
|
||||||
{Menu.map((menu_item) => {
|
{Menu.map((menu_item) => {
|
||||||
return (
|
return (
|
||||||
<Card key={menu_item.id} className="flex flex-wrap gap-8 pt-6 justify-evenly w-full">
|
<Card key={menu_item.id} className="flex flex-wrap gap-8 pt-6 justify-evenly w-[325px] h-[452px]">
|
||||||
<CardHeader className="h-[55%] relative w-full overflow-hidden">
|
<CardHeader className="h-full relative w-full overflow-hidden">
|
||||||
<Image
|
<Image
|
||||||
src={`/${menu_item.photo}`}
|
src={`/${menu_item.photo}`}
|
||||||
alt="chili pepper spice"
|
alt="chili pepper spice"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user