diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 4035b1c..0d42065 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5838,10 +5838,10 @@ svg.ext { margin-top: 5rem; padding: 0; order: 7; + width: 80%; } .page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel { display: block; - max-width: 60vw; margin: auto; text-align: center; } @@ -5865,7 +5865,7 @@ svg.ext { position: absolute; top: 50%; transform: translateY(-50%); - background: #00aaff; + background: #818181; border-radius: 50%; padding: 5px 10px; color: white; 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 5517467..0fc13b6 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 @@ -15,9 +15,10 @@ margin-top: 5rem; padding: 0; order: 7; + width: 80%; .carousel { display: block; - max-width: 60vw; + // max-width: 60vw; margin: auto; text-align: center; @@ -46,7 +47,7 @@ position: absolute; top: 50%; transform: translateY(-50%); - background: #00aaff; + background: #818181; border-radius: 50%; padding: 5px 10px; color: white;