Prechádzať zdrojové kódy

height 1er bandeau home

ouidade 3 rokov pred
rodič
commit
731eef5f04

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

@@ -315,15 +315,18 @@ a {
         font-weight: 900;
         color: #009ee3;
         line-height: 7rem;
-        margin-top: 1rem;
+        margin-top: 2rem;
         margin-bottom: 5rem;
         width: fit-content; }
+        .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
+          margin-top: 4rem;
+          margin-bottom: 0; }
         .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span {
           background-color: white; }
       .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
         grid-column: 4;
         grid-row: 2;
-        margin-top: 4rem; }
+        margin-top: 3rem; }
         .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 {
           background-color: white; }
           .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 11 - 10
web/themes/custom/eql/images/pictos/forme_home_2.svg


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

@@ -14,6 +14,8 @@
         min-height: 100vh;
     
 
+        // 1er bandeau home
+
         .block-views-blockhome-nodes-block-1{
             grid-area: presentation;
             grid-row: 1;
@@ -38,18 +40,25 @@
                         font-weight: 900;
                         color: $blue-light;
                         line-height: 7rem;
-                        margin-top: 1rem;
+                        margin-top: 2rem;
                         margin-bottom: 5rem;
                         width: fit-content;
+                        p{
+                            margin-top: 4rem;
+                            margin-bottom: 0;
+
+                        }
+
                         span {
                             background-color: $white;
+
                         }
 
                     }
                     .field--name-title{
                         grid-column: 4;
                         grid-row: 2;
-                        margin-top: 4rem;
+                        margin-top: 3rem;
         
                         h2{ 
                             

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov