Skip to content

Commit

Permalink
Assignment Completed
Browse files Browse the repository at this point in the history
  • Loading branch information
iamahmadsaboor committed Aug 19, 2023
1 parent d54dbab commit ebde266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/OurMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ const OurMenu = () => {
Menu
</button>
</div>
<div className="flex flex-wrap justify-around gap-10 md:flex-nowrap md:gap-0">
<div className="flex flex-wrap justify-around gap-10 md:pb-8 md:flex-nowrap md:gap-0 border-[black]">
{menuItems.map(({ id, src, title, price, description }) => (
<div
key={id}
className="box-border w-[90vw] md:w-[22%] h-[70vh] md:h-[40%] overflow-hidden ransition duration-500 "
className="box-border w-[90vw] md:w-[22%] h-[70vh] md:h-[40%] overflow-hidden ransition duration-500 border-black"
>
<div>
<img src={src} className=" h-[33vh] w-[100%] " alt="" />
Expand Down

0 comments on commit ebde266

Please sign in to comment.