diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index a43d215..b0fc329 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -6741,7 +6741,7 @@ article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper- font-size: 1.3rem; font-style: normal; } -article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-sous-titre { +article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-sous-titre a { grid-row: 4; color: rgb(0, 158, 227); font-size: 1rem; 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 3ecf7d1..700dc36 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 @@ -53,10 +53,12 @@ article.node-type-ressource{ } .field--name-field-sous-titre{ + a{ grid-row: 4; color: $blue-light; font-size: 1rem; font-weight: 800; + } } .field--name-field-auteur-s-{ grid-row: 5;