diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 9b053ca..05efb1c 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -6605,6 +6605,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-images .field_ article.node-type-ressource .wrapper-ressource .field--name-field-images img { height: 100%; width: auto; + border: solid 1px gray; } article.node-type-ressource .wrapper-ressource .field--name-field-date-de-parution { grid-column: 2; 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 99078b7..30c3c07 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 @@ -145,6 +145,7 @@ article.node-type-ressource{ img{ height: 100%; width: auto; + border: solid 1px gray; } } .field--name-field-date-de-parution{