Skip to content

Commit

Permalink
Publication glow removed and hover added
Browse files Browse the repository at this point in the history
  • Loading branch information
Rai-Sahil committed Dec 16, 2023
1 parent 0bf737b commit b5cf764
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Pages/Publication/Publication.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
padding: 12px 0px 3cqw 0px;
box-shadow: '2.048666000366211px 0px 13.316329002380371px rgba(0, 0, 0, 0.25)';
border-radius: 18.44px;
box-shadow: 0px 0px 20px 2px #9712FF;
transition: transform 0.3s, box-shadow 0.3s;
}

.publication-card:hover {
transform: scale(1.05); /* Increase size by 5% on hover */
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Change the shadow on hover */
}

.link {
Expand Down

0 comments on commit b5cf764

Please sign in to comment.