region third width /node projet

This commit is contained in:
2025-11-17 14:23:23 +01:00
parent a15b423749
commit bd7cae209c
2 changed files with 13 additions and 12 deletions

View File

@@ -4233,7 +4233,7 @@ body {
margin-top: 2rem;
}
.node-type-projet .layout-content .content_container {
width: 95% !important;
width: 100% !important;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--first {
flex: 0 1 25%;
@@ -4296,14 +4296,13 @@ body {
height: 25px;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--second {
flex: 0 1 50% !important;
flex: 0 1 45% !important;
margin-top: 1rem;
max-width: 50%;
max-width: 45%;
margin-left: 3rem;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second {
position: relative;
margin-right: 3rem;
margin-top: 1rem;
display: flex;
flex-direction: column;
@@ -4442,12 +4441,13 @@ body {
order: 4;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--third {
flex: 0 1 25%;
flex: 0 1 20%;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third {
position: fixed;
width: 20% !important;
width: 23% !important;
margin-top: 2rem;
margin-left: 2rem;
}
@media (max-width: 810px) {
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third {

View File

@@ -4,7 +4,7 @@
// max-width: 100vw;
.content_container{
width: 95% !important;
width: 100% !important;
}
}
.layout--threecol-25-50-25{
@@ -94,14 +94,14 @@
}
.layout__region--second{
flex: 0 1 50% !important;
flex: 0 1 45% !important;
margin-top: 1rem;
max-width: 50%;
max-width: 45%;
margin-left: 3rem;
.block-region-second{
// margin-left: 3rem;
position: relative;
margin-right: 3rem;
// margin-right: 3rem;
margin-top: 1rem;
display: flex;
flex-direction: column;
@@ -255,11 +255,12 @@
}
}
.layout__region--third{
flex: 0 1 25%;
flex: 0 1 20%;
.block-region-third{
position:fixed;
width: 20% !important;
width: 23% !important;
margin-top: 2rem;
margin-left: 2rem;
@media(max-width: 810px){
position: relative;
}