loader ajax

This commit is contained in:
2019-10-06 01:13:05 +02:00
parent 8a48a6ac0f
commit ba59f31741
355 changed files with 11286 additions and 707 deletions
@@ -0,0 +1,38 @@
#item{
.e-content{
-webkit-columns: 300px 2;
-moz-columns: 300px 2;
columns: 300px 2;
margin-bottom: $marg;
}
.card-image{
img:not(:last-of-type){
margin-bottom: $marg;
}
}
}
.other_projets{
border-top: 1px solid black;
display: flex;
flex-wrap: wrap;
margin-top: $margI;
margin-bottom: $margI;
h3{
margin: 1rem 0 $marg 0;
width: 100%;
}
.card{
width: $Wi33;
&:nth-child(-1n+3){
margin-right: $marg;
}
.card-header{
display: flex;
flex-wrap: wrap;
& > *{
margin-right: $marg;
}
}
}
}