animate right sidebar cards collapse

This commit is contained in:
geoffrey45
2021-12-08 13:25:08 +03:00
parent 42be78ffbf
commit 1c5ae836ea
5 changed files with 49 additions and 18 deletions
+6
View File
@@ -126,6 +126,12 @@ a {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
transition: transform 0.3s ease-in-out;
}
.image:hover {
transform: matrix(1.1, 0, 0, 1.1, 0, 0);
transition: transform 0.3s ease-in-out;
}
.ellipsis {