Skip to content

Commit

Permalink
Remove hover effecrt on the card
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayJangotra committed Apr 27, 2024
1 parent a7e7ce3 commit a4510bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ nav .hamburger {
text-decoration: none;
transition: background-color 0.3s ease;
}

/*
.link_404:hover {
background-color: #555;
}
Expand All @@ -1409,4 +1409,4 @@ nav .hamburger {
.card:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
} */

0 comments on commit a4510bf

Please sign in to comment.