Skip to content

Commit

Permalink
done1st
Browse files Browse the repository at this point in the history
  • Loading branch information
alokthakur490 committed Jan 10, 2024
1 parent cd338e0 commit 834e3b3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/styles/prizeSection.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
padding: 0 4% 0 4%;
flex-direction: column;
align-items: center;
gap: 10px;
gap: 22px;
}

.top_right,
Expand Down Expand Up @@ -350,4 +350,14 @@
.right_card {
order: 3;
}

.left_card ,.center_card,.right_card{
/* Your existing styles for left_card */
transition: none; /* Add a smooth transition effect */
}

/* New styles for hover effect */
.left_card:hover ,.center_card:hover,.right_card:hover{
transform: none; /* You can adjust the scaling factor as needed */
}
}

0 comments on commit 834e3b3

Please sign in to comment.