From f8cbf7f6cf92d54b58d9f448267ae1838d1d241b Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 29 Nov 2021 16:26:57 +0100 Subject: [PATCH] retouche home --- web/themes/custom/eql/css-compiled/styles.css | 1 - web/themes/custom/eql/scss/pages/_gouvernance.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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; }