modif css

This commit is contained in:
2020-01-20 11:51:20 +01:00
parent 7ca69e1549
commit b81be5ec03
178 changed files with 14005 additions and 187 deletions
@@ -0,0 +1,20 @@
#item_list{
display: inline-flex;
flex-wrap: wrap;
width: 100%;
.card{
width: $Wi50;
height: 100%;
&:nth-child(odd){
margin-right: $margI;
}
.card-header{
z-index: 999;
display: inline-flex;
width: 100%;
& > * {
margin-right: $marg;
}
}
}
}