diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index cec3823..393264d 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/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: "|"; } diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index a8fba14..dc24d64 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/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: "|";