Selaa lähdekoodia

bug 1er bandeau

ouidade 3 vuotta sitten
vanhempi
commit
31c3acdb3c

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

@@ -275,10 +275,9 @@ a {
         font-weight: 900;
         font-weight: 900;
         color: #009ee3;
         color: #009ee3;
         line-height: 6rem;
         line-height: 6rem;
-        margin-bottom: 5rem; }
+        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 {
         .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
-          display: table;
-          margin: 0px auto 0px auto;
           background-color: white; }
           background-color: white; }
       .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
       .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
         grid-column: 4;
         grid-column: 4;

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

@@ -35,9 +35,10 @@
                         color: $blue-light;
                         color: $blue-light;
                         line-height: 6rem;
                         line-height: 6rem;
                         margin-bottom: 5rem;
                         margin-bottom: 5rem;
+                        width: fit-content;
                         p{
                         p{
-                            display: table;
-                            margin: 0px auto 0px auto;
+                                // display: table;
+                                // margin: 0px auto 0px auto;
                             background-color: $white;
                             background-color: $white;
                         }
                         }
                     }
                     }