Adjust transition speed and placement
Remove old Windhand cover reference
This commit is contained in:
parent
333dd2defa
commit
d039bd925b
|
@ -6,16 +6,15 @@
|
||||||
|
|
||||||
.release {
|
.release {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: top;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.release .cover {
|
.release .cover {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
transition: height 1s ease-in-out;
|
transition: height .5s ease-in-out;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
background-image: url('https://f4.bcbits.com/img/a3032423923_10.jpg');
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,6 +23,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.release .infos {
|
.release .infos {
|
||||||
|
margin-top: 10px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue