ressource type width

This commit is contained in:
2025-05-30 22:15:05 +02:00
parent 381758e808
commit 196e59d76a
2 changed files with 12 additions and 6 deletions
+6 -2
View File
@@ -6646,6 +6646,9 @@ article.node-type-ressource .ext {
article.node-type-ressource svg.ext {
display: none;
}
article.node-type-ressource.type-publications-issues-du-programme-eqld {
min-width: 300px;
}
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource {
display: grid;
grid-template-columns: 1fr 1.8fr;
@@ -6781,6 +6784,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-sous-titre {
font-weight: 900;
}
article.node-type-ressource .wrapper-ressource .field--name-field-edition {
order: 7;
grid-column: 2;
margin-top: 0.5rem;
}
@@ -6805,10 +6809,10 @@ article.node-type-ressource .wrapper-ressource .field--name-field-images img {
article.node-type-ressource .wrapper-ressource .field--name-field-date-de-parution {
grid-column: 2;
margin-top: 0.3rem;
order: 7;
order: 8;
}
article.node-type-ressource .wrapper-ressource .field--name-field-mots-clefs {
order: 8;
order: 9;
grid-column: 2;
display: flex;
margin-top: 1rem;