display ressources liées

This commit is contained in:
2025-06-12 11:14:47 +02:00
parent df00cbbd5e
commit e134ace9d0
2 changed files with 25 additions and 0 deletions
@@ -685,6 +685,20 @@
}
}
}
.node-type-ressource.type-les-projets-en-images{
.field--name-field-images{
// display: none;
order: 1;
width: 100%;
.field__item:not(:first-of-type){
display: none;
}
img{
width: 100%;
height: auto;
}
}
}
}
}