/projets grille css affiche qu'une image

This commit is contained in:
2023-07-12 16:39:09 +02:00
parent 62f237af45
commit 158415a576
3 changed files with 43 additions and 5 deletions
@@ -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;
}
}
}
}