diff --git a/_sass/custom/pages/_arp.scss b/_sass/custom/pages/_arp.scss index 75e6fdcc4..7909446ed 100644 --- a/_sass/custom/pages/_arp.scss +++ b/_sass/custom/pages/_arp.scss @@ -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;