diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 2271184..4035b1c 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5847,8 +5847,6 @@ svg.ext { } .page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .main-image-container { position: relative; - height: 500px; - max-height: 500px; overflow: hidden; width: 100%; object-fit: contain; diff --git a/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss b/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss index e17fb6a..5517467 100644 --- a/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss +++ b/web/themes/custom/eql/scss/pages/_ressource-type-en-images.scss @@ -24,8 +24,8 @@ .main-image-container { position: relative; // background: #e0f5ff; - height: 500px; - max-height: 500px; + // height: 500px; + // max-height: 500px; overflow: hidden; width: 100%; object-fit: contain;