Skip to content

Commit

Permalink
ARP: add translateY transition for hover
Browse files Browse the repository at this point in the history
  • Loading branch information
fnick851 committed Nov 6, 2024
1 parent de762cd commit 983e706
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/custom/pages/_arp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@
}
gap: 30px;
.arp-explore-findings-card {
transition: transform 0.2s;
&:hover {
transform: translateY(-3px);
}
display: flex;
flex-direction: column;
justify-content: space-between;
Expand Down

0 comments on commit 983e706

Please sign in to comment.