Skip to content

Commit ea32f1e

Browse files
committed
feat(website): remove hover lift effect on evaluation cards
1 parent af3a2cb commit ea32f1e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

website/style.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,6 @@ body {
434434
.app-card--link {
435435
text-decoration: none;
436436
color: inherit;
437-
transition: box-shadow .15s, transform .15s;
438-
}
439-
440-
.app-card--link:hover {
441-
box-shadow: 0 4px 14px rgba(0,0,0,.14), 0 2px 4px rgba(0,0,0,.08);
442-
transform: translateY(-1px);
443437
}
444438

445439
.app-card {

0 commit comments

Comments
 (0)