ouidade 3 tahun lalu
induk
melakukan
3e975cafa1

+ 2 - 3
web/themes/custom/eql/css-compiled/styles.css

@@ -403,13 +403,12 @@ a {
   .path-frontpage .block-region-content .block-config-pages-block {
     grid-area: presentation;
     width: 100%;
-    height: 68vh;
+    height: 78vh;
     background: url("../images/pictos/rosace_coupee.svg");
     background-position-y: top;
     background-position-x: center;
     background-repeat: no-repeat;
-    background-size: cover;
-    padding-bottom: 3rem; }
+    background-size: cover; }
     @media (max-width: 428px) {
       .path-frontpage .block-region-content .block-config-pages-block {
         height: 66vh;

+ 2 - 2
web/themes/custom/eql/scss/pages/_home.scss

@@ -19,14 +19,14 @@
         .block-config-pages-block{
             grid-area: presentation;
             width: 100%;
-            height: 68vh;
+            height: 78vh;
             background: url("../images/pictos/rosace_coupee.svg");
             //  background: url("../images/carre_site.mp4");
             background-position-y: top;
             background-position-x: center;
             background-repeat: no-repeat;
             background-size: cover;
-            padding-bottom: 3rem;
+            // padding-bottom: 3rem;
             
             @media (max-width: 428px){
                 height: 66vh;