width region second actu

This commit is contained in:
2024-10-10 11:18:50 +02:00
parent 361016c744
commit 8983836763
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1295,7 +1295,7 @@ a {
} }
} }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second { .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {
flex: 0 1 50%; width: 50%;
} }
@media (max-width: 900px) { @media (max-width: 900px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second { .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {
@@ -186,7 +186,8 @@
} }
} }
.layout__region--second{ .layout__region--second{
flex: 0 1 50%; // flex: 0 1 50%;
width: 50%;
@media (max-width: 900px){ @media (max-width: 900px){
width: 100vw; width: 100vw;