/projets grille css affiche qu'une image
This commit is contained in:
@@ -112,6 +112,8 @@
|
||||
|
||||
// width: 80%;
|
||||
margin: auto;
|
||||
|
||||
//filtres
|
||||
.view-filters{
|
||||
margin-top: 4rem;
|
||||
display: flex;
|
||||
@@ -272,6 +274,12 @@
|
||||
}
|
||||
.field--name-field-photo {
|
||||
order:1;
|
||||
.field__item{
|
||||
display:none;
|
||||
}
|
||||
.field__item:first-child{
|
||||
display:block;
|
||||
}
|
||||
img{
|
||||
width: 100%;
|
||||
max-height: 175px;
|
||||
@@ -327,6 +335,18 @@
|
||||
margin-top: 0.8rem;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.field--name-field-region{
|
||||
display: none;
|
||||
}
|
||||
.field--name-field-type-de-moa{
|
||||
display: none;
|
||||
}
|
||||
.field--name-field-type-de-projet{
|
||||
display: none;
|
||||
}
|
||||
.field--name-field-etape-du-projet{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user