diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 52f61a3..a41b5fe 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -6954,6 +6954,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- { font-weight: 800; line-height: 1.1rem; order: 6 !important; + font-size: 0.8rem; } article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- p { margin: 0; @@ -6973,6 +6974,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-edition { order: 7; grid-column: 2; margin-top: 0.5rem; + font-size: 0.8rem; } article.node-type-ressource .wrapper-ressource .field--name-field-edition p { margin: 0; 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 8a461b5..d33286c 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 @@ -68,6 +68,7 @@ article.node-type-ressource{ font-weight: 800; line-height: 1.1rem; order: 6 !important; + font-size: 0.8rem; p{ margin: 0; @@ -88,6 +89,7 @@ article.node-type-ressource{ order: 7; grid-column: 2; margin-top: 0.5rem; + font-size: 0.8rem; p{ margin: 0; }