1
0
Fork 0

releases: hover effect on the whole release block

This commit is contained in:
dece 2021-08-23 16:45:56 +02:00
parent 77199589da
commit a77f2a86bb

View file

@ -8,20 +8,20 @@
display: flex;
align-items: top;
margin-bottom: 20px;
height: 120px;
transition: height .5s ease-in-out;
}
.release:hover {
height: 300px;
}
.release .cover {
flex-shrink: 0;
transition: height .5s ease-in-out;
height: 120px;
width: 300px;
background-size: cover;
}
.release .cover:hover {
height: 300px;
}
.release .infos {
margin-top: 10px;
margin-left: 10px;