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

@@ -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;
}