diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index d7719d9..0483353 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -563,7 +563,6 @@ a { .node-id-35 .region-content { background: url("../images/pictos/carre-contour-bleu_gouvernance.svg"); background-repeat: no-repeat; - background-position-y: 7rem; max-width: 100vw; background-size: contain; } diff --git a/web/themes/custom/eql/scss/pages/_gouvernance.scss b/web/themes/custom/eql/scss/pages/_gouvernance.scss index 603a7be..10385af 100644 --- a/web/themes/custom/eql/scss/pages/_gouvernance.scss +++ b/web/themes/custom/eql/scss/pages/_gouvernance.scss @@ -2,7 +2,7 @@ .region-content{ background: url('../images/pictos/carre-contour-bleu_gouvernance.svg'); background-repeat: no-repeat; - background-position-y: 7rem; + // background-position-y: 7rem; max-width: 100vw; background-size: contain; }