fixed cards display order

This commit is contained in:
2019-06-11 13:19:27 +02:00
parent 01cee3ba8a
commit 5da3b3c90a
4 changed files with 48 additions and 30 deletions

View File

@@ -231,7 +231,7 @@ article.node--type-frontpage{
.card{
position: relative;
width:200px; height:295px;
width:210px; height:295px;
header{
position: absolute;
bottom:0;
@@ -257,6 +257,7 @@ article.node--type-frontpage{
img:not(:first-of-type){
position: absolute;
top:0; left:0;
z-index:1;
}
}
}