Skip to content

Commit

Permalink
Added shadow to vigibag logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SadafKausar2025 committed Oct 16, 2024
1 parent e06781e commit 753c8ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/User/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ const Footer = () => {
<img
src={Logo}
alt="VigyBag Logo"
style={{ height: "12vh", zIndex: "1", marginLeft: "40px" }}
style={{
height: "12vh",
zIndex: "1",
marginLeft: "40px",
filter: "drop-shadow(1px 1px)",
}}
/>
</Link>

Expand Down

0 comments on commit 753c8ae

Please sign in to comment.