correction grid

This commit is contained in:
2025-06-05 15:15:48 +02:00
parent 4ca6e0cf70
commit 16857e2a2d
2 changed files with 42 additions and 78 deletions
+1 -37
View File
@@ -6830,7 +6830,7 @@ article.node-type-ressource.type-publications-issues-du-programme-eqld {
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource {
display: grid;
grid-template-columns: 1fr 1.8fr;
grid-template-rows: repeat(5 1fr);
grid-template-rows: repeat(5, 1fr);
}
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-type-de-ressource {
order: 2;
@@ -6908,40 +6908,4 @@ article.node-type-ressource.type-paroles-de-laureats .wrapper-ressource .field--
}
article.node-type-ressource.type-presse .field--name-field-images {
display: none;
}
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: repeat(5 1fr);
}
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-type-de-ressource {
order: 2;
grid-row: 2;
grid-column: 1/span 2;
margin-bottom: 0.5rem;
}
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-type-de-media {
order: 1;
grid-row: 1;
grid-column: 1/span 2;
}
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-images {
order: 3;
grid-column: 1;
grid-row: 3/span 5;
height: auto;
width: 400px !important;
}
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-images img {
height: auto;
width: 90%;
border: 1px solid #a3a3a3;
}
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-title,
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-sous-titre,
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-auteur-s-,
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-edition,
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-date-de-parution,
article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-mots-clefs {
grid-column: 2;
}