margin top node projet

This commit is contained in:
2025-11-24 12:08:00 +01:00
parent aa386780bf
commit a4a031100f
2 changed files with 4 additions and 6 deletions

View File

@@ -4267,7 +4267,6 @@ body {
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first { .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first {
position: fixed; position: fixed;
width: 20% !important; width: 20% !important;
margin-top: 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-left: 2rem; margin-left: 2rem;
@@ -4348,7 +4347,6 @@ body {
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second { .node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second {
position: relative; position: relative;
margin-top: 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
/* Quand ouvert */ /* Quand ouvert */
@@ -4547,7 +4545,7 @@ body {
} }
.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: relative; position: relative;
margin-top: 2rem; margin-top: 1rem;
margin-left: 2rem; margin-left: 2rem;
} }
@media (max-width: 810px) { @media (max-width: 810px) {

View File

@@ -26,7 +26,7 @@
.block-region-first{ .block-region-first{
position:fixed; position:fixed;
width: 20% !important; width: 20% !important;
margin-top: 1rem; // margin-top: 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -114,7 +114,7 @@
} }
.block-region-second{ .block-region-second{
position: relative; position: relative;
margin-top: 1rem; // margin-top: 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@media(max-width: 810px){ @media(max-width: 810px){
@@ -340,7 +340,7 @@
.block-region-third{ .block-region-third{
position:relative; position:relative;
// width: 23% !important; // width: 23% !important;
margin-top: 2rem; margin-top: 1rem;
margin-left: 2rem; margin-left: 2rem;
@media(max-width: 810px){ @media(max-width: 810px){
position: relative; position: relative;