Skip to content

Commit

Permalink
Update Sponsors.jsx
Browse files Browse the repository at this point in the history
fixed glow
  • Loading branch information
UtkarshJaiswal1406 authored Oct 20, 2024
1 parent 82286d9 commit 9404da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Home/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Sponsors = () => {
}
.border-gradient:hover {
filter: drop-shadow(0 0 20px rgba(13, 255, 78, 1)); /* Stronger glow on hover */
filter: drop-shadow(0 0 30px 10px rgba(13, 255, 78, 1)); /* Stronger glow on hover */
transition: filter 0.3s ease-in-out; /* Smooth transition on hover */
}
`}</style>
Expand Down

0 comments on commit 9404da4

Please sign in to comment.