From cd897d2333855a46d5f99ef8dfe12299b4299915 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 5 Jun 2025 09:54:05 +0200 Subject: [PATCH] important order auteurs --- web/themes/custom/eql/dist/assets/css/bundle.css | 3 --- .../custom/eql/scss/partials/_node-type-ressource-teaser.scss | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 425295d..41cc2f0 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -6761,9 +6761,6 @@ article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper- font-size: 1rem; font-weight: 800; } -article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-auteur-s- { - grid-row: 5; -} article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-edition { grid-row: 6; } diff --git a/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss b/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss index 6dfe16e..dc80a6a 100644 --- a/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss +++ b/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss @@ -69,7 +69,7 @@ article.node-type-ressource{ } } .field--name-field-auteur-s-{ - grid-row: 5; + // grid-row: 5; } .field--name-field-edition{ grid-row: 6;