Bladeren bron

retouche home

ouidade 3 jaren geleden
bovenliggende
commit
f8cbf7f6cf

+ 0 - 1
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; }
 

+ 1 - 1
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;
     }