浏览代码

bug 1er bandeau

ouidade 3 年之前
父节点
当前提交
31c3acdb3c
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 2 3
      web/themes/custom/eql/css-compiled/styles.css
  2. 3 2
      web/themes/custom/eql/scss/pages/_home.scss

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

@@ -275,10 +275,9 @@ a {
         font-weight: 900;
         color: #009ee3;
         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 {
-          display: table;
-          margin: 0px auto 0px auto;
           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;

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

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