Skip to content

Commit

Permalink
made the banner card blur
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozen2007 committed Aug 18, 2021
1 parent f6f61d8 commit 286dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Banner(props) {
dragElastic={0.10}
dragConstraints={{ top: 0, left: 0, right: 0, bottom: 0 }}
whileTap={{ cursor: "grabbing" }}
className="absolute top-[12px] md:top-[20%] lg:top-20 xl:top-32 left-12 backdrop-blur-md p-5 rounded-md shadow-2xl z-40 "
className="absolute top-[12px] md:top-[20%] lg:top-20 xl:top-32 left-12 backdrop-blur-md shadow-lg p-5 rounded-md shadow-2xl z-40 "
>
<h3 className="text-4xl font-semibold mb-3 w-64 ">
Want to go on an adventure?
Expand Down

0 comments on commit 286dd71

Please sign in to comment.