css sous-titre-actu dans home

This commit is contained in:
2022-01-07 17:32:47 +01:00
parent aec0e278e0
commit a70e250acb
2 changed files with 4 additions and 4 deletions
@@ -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
View File
@@ -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: "|";