size site map dasn node projet et margin/padding block first et second

This commit is contained in:
2025-11-24 13:11:23 +01:00
parent b2265482d2
commit b28ebc5438
2 changed files with 8 additions and 6 deletions

View File

@@ -4279,7 +4279,8 @@ body {
} }
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container { .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container {
width: 65% !important; width: 100% !important;
padding-left: 1rem;
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container h2 { .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container h2 {
display: none; display: none;
@@ -4335,9 +4336,9 @@ body {
height: 25px; height: 25px;
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--second { .node-type-projet .layout--threecol-25-50-25 .layout__region--second {
flex: 0 1 45% !important; flex: 0 1 50% !important;
margin-top: 1rem; margin-top: 1rem;
max-width: 45%; max-width: 50%;
} }
@media (max-width: 810px) { @media (max-width: 810px) {
.node-type-projet .layout--threecol-25-50-25 .layout__region--second { .node-type-projet .layout--threecol-25-50-25 .layout__region--second {

View File

@@ -38,7 +38,8 @@
} }
#sites-map-container{ #sites-map-container{
width: 65% !important; width: 100% !important;
padding-left: 1rem;
h2{ h2{
display: none; display: none;
} }
@@ -107,9 +108,9 @@
} }
.layout__region--second{ .layout__region--second{
flex: 0 1 45% !important; flex: 0 1 50% !important;
margin-top: 1rem; margin-top: 1rem;
max-width: 45%; max-width: 50%;
@media(max-width: 810px){ @media(max-width: 810px){
max-width: 80% !important; max-width: 80% !important;
margin: auto; margin: auto;