Files
figureslibres.cc/user/themes/figureslibres/css/scss/theme/_blog.scss
T
2020-01-20 11:51:20 +01:00

21 lines
325 B
SCSS

#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;
}
}
}
}