浏览代码

retouche home

ouidade 3 年之前
父节点
当前提交
f8cbf7f6cf
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      web/themes/custom/eql/css-compiled/styles.css
  2. 1 1
      web/themes/custom/eql/scss/pages/_gouvernance.scss

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