ouidade 3 лет назад
Родитель
Сommit
a70e250acb

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

@@ -646,8 +646,8 @@ a {
         .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date {
           order: 2;
           display: flex;
-          flex-direction: row-reverse;
-          justify-content: flex-end; }
+          flex-direction: row;
+          justify-content: flex-start; }
           .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date:not(:last-child):after {
             padding-right: 1rem;
             content: "|"; }

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

@@ -375,8 +375,8 @@
                         .field--name-field-date{
                             order: 2;
                             display: flex;
-                            flex-direction: row-reverse;
-                            justify-content: flex-end;
+                            flex-direction: row;
+                            justify-content: flex-start;
                             &:not(:last-child):after{ 
                                 padding-right: 1rem;
                                 content: "|";