Skip to content

Commit

Permalink
[fix] banner
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepYadav99 committed Aug 17, 2023
1 parent 3b9993a commit 621ad00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Home/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Banner = () => {
<Image
src={BannerPage}
alt="banner"
className="relative w-full h-[60vh] rounded-lg md:w-full"
className="relative w-full h-[15vh] mo:h-[60vh] rounded-lg md:w-full"
/>
<a
onClick={() => router.push("/category/travel-blogs")}
Expand All @@ -80,7 +80,7 @@ const Banner = () => {
<Image
src={Travel}
alt="banner"
className="relative w-full h-[60vh] rounded-lg md:w-full"
className="relative w-full h-[15vh] mo:h-[60vh] rounded-lg md:w-full"
/>
<a
onClick={() => router.push("/category/health-travel")}
Expand All @@ -98,7 +98,7 @@ const Banner = () => {
<Image
src={manali}
alt="banner"
className="relative w-full h-[60vh] rounded-lg md:w-full"
className="relative w-full h-[15vh] mo:h-[60vh] rounded-lg md:w-full"
/>
<a
onClick={() => router.push("/category/travel-itinerary")}
Expand Down

0 comments on commit 621ad00

Please sign in to comment.