correction grid
This commit is contained in:
+1
-37
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user