Files
figureslibres.cc/user/themes/figureslibres/css-compiled/scss/theme/_blog.scss
T
2019-10-06 01:13:05 +02:00

21 lines
338 B
SCSS

#item_list{
display: inline-flex;
flex-wrap: wrap;
width: 100%;
.card{
width: $Wi50;
&:nth-child(odd){
margin-right: $margI;
}
.card-header{
z-index: 999;
display: inline-flex;
width: 100%;
// margin-bottom: $marg;
& > * {
margin-right: $marg;
}
}
}
}