Skip to content

Commit

Permalink
faster hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawan-Kushwah committed Oct 30, 2024
1 parent 8639d10 commit aeca537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ui/Contributor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
border-radius: 0.5rem;
overflow: hidden;
border: 1px solid;
transition: all 0.3s ease-in-out;
}

.profile-card-container:hover {
transform: translateY(-5px);
transition: all 0.3s ease-in-out;
transform: translateY(-10px);
}

.profile-card-container-light {
Expand Down

0 comments on commit aeca537

Please sign in to comment.