ouidade 3 jaren geleden
bovenliggende
commit
f06942660d
2 gewijzigde bestanden met toevoegingen van 7 en 5 verwijderingen
  1. 4 3
      web/themes/custom/eql/css-compiled/styles.css
  2. 3 2
      web/themes/custom/eql/scss/pages/_home.scss

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

@@ -403,12 +403,13 @@ a {
   .path-frontpage .block-region-content .block-config-pages-block {
     grid-area: presentation;
     width: 100%;
-    height: 78vh;
+    height: 72vh;
     background: url("../images/pictos/rosace_coupee.svg");
     background-position-y: top;
     background-position-x: center;
     background-repeat: no-repeat;
-    background-size: cover; }
+    background-size: cover;
+    padding-bottom: 3rem; }
     @media (max-width: 428px) {
       .path-frontpage .block-region-content .block-config-pages-block {
         height: 66vh;
@@ -446,7 +447,7 @@ a {
         font-weight: 900;
         color: #009ee3;
         line-height: 4rem;
-        margin-top: 4rem;
+        margin-top: 3rem;
         margin-bottom: 2rem;
         width: fit-content; }
         @media (max-width: 428px) {

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

@@ -19,13 +19,14 @@
         .block-config-pages-block{
             grid-area: presentation;
             width: 100%;
-            height: 78vh;
+            height: 72vh;
             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;
             
             @media (max-width: 428px){
                 height: 66vh;
@@ -91,7 +92,7 @@
                     font-weight: 900;
                     color: $blue-light;
                     line-height: 4rem;
-                    margin-top: 4rem;
+                    margin-top: 3rem;
                     margin-bottom: 2rem;
                     width: fit-content;
                     @media (max-width: 428px){