reverte correction grid

This commit is contained in:
2025-06-05 15:16:51 +02:00
parent 16857e2a2d
commit b15276b2c5
2 changed files with 2 additions and 2 deletions
+1 -1
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;
@@ -148,7 +148,7 @@ article.node-type-ressource{
.wrapper-ressource{
display: grid;
grid-template-columns: 1fr 1.8fr;
grid-template-rows: repeat(5, 1fr);
grid-template-rows: repeat(5 1fr);
.field--name-field-type-de-ressource{
order: 2;
grid-row: 2;