css node projet présentation équipe

This commit is contained in:
2025-11-17 14:44:02 +01:00
parent e7db8a850e
commit e35b681b69
2 changed files with 5 additions and 6 deletions

View File

@@ -4459,11 +4459,10 @@ body {
order: 6; order: 6;
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third { .node-type-projet .layout--threecol-25-50-25 .layout__region--third {
flex: 0 1 20%; flex: 0 1 24%;
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third {
position: fixed; position: relative;
width: 23% !important;
margin-top: 2rem; margin-top: 2rem;
margin-left: 2rem; margin-left: 2rem;
} }

View File

@@ -274,10 +274,10 @@
} }
} }
.layout__region--third{ .layout__region--third{
flex: 0 1 20%; flex: 0 1 24%;
.block-region-third{ .block-region-third{
position:fixed; position:relative;
width: 23% !important; // width: 23% !important;
margin-top: 2rem; margin-top: 2rem;
margin-left: 2rem; margin-left: 2rem;
@media(max-width: 810px){ @media(max-width: 810px){