Forráskód Böngészése

width region second actu

ouidade 1 hónapja
szülő
commit
8983836763

+ 1 - 1
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -1295,7 +1295,7 @@ a {
   }
 }
 .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {
-  flex: 0 1 50%;
+  width: 50%;
 }
 @media (max-width: 900px) {
   .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {

+ 2 - 1
web/themes/custom/eql/scss/pages/_actualite.scss

@@ -186,7 +186,8 @@
             }
         }
         .layout__region--second{ 
-            flex: 0 1 50%;
+            // flex: 0 1 50%;
+            width: 50%;
             @media (max-width: 900px){
                 width: 100vw;