diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 9e9adc9..65ea995 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -3052,11 +3052,12 @@ a { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom { display: flex; flex-direction: row; - margin: auto; border: 0.1rem solid; - justify-content: space-evenly; } + justify-content: space-evenly; + width: 90%; } .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-adresse { - padding-left: 1rem; } + padding-left: 1rem; + width: 30%; } .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-adresse .field--name-field-adresse { margin-top: .83em; } .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-adresse .field--name-field-adresse .address { @@ -3071,7 +3072,8 @@ a { padding-left: 1rem; padding-right: 1rem; padding-bottom: 1rem; - border-left: 0.1rem solid; } + border-left: 0.1rem solid; + width: 30%; } .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-etape-du-projet h2 { color: #09398b; font-size: 1.2rem; @@ -3085,7 +3087,8 @@ a { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-type-de-moa { padding-left: 1rem; border-left: 0.1rem solid; - padding-bottom: 1rem; } + padding-bottom: 1rem; + width: 20%; } .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-type-de-moa h2 { color: #09398b; font-size: 1.2rem; @@ -3099,7 +3102,8 @@ a { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-type-de-projet { padding-left: 1rem; padding-bottom: 1rem; - border-left: 0.1rem solid; } + border-left: 0.1rem solid; + width: 20%; } .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .block-entity-fieldnodefield-type-de-projet h2 { color: #09398b; font-size: 1.2rem; diff --git a/web/themes/custom/eql/scss/pages/_projet.scss b/web/themes/custom/eql/scss/pages/_projet.scss index 4973ba5..1f2b75c 100644 --- a/web/themes/custom/eql/scss/pages/_projet.scss +++ b/web/themes/custom/eql/scss/pages/_projet.scss @@ -90,12 +90,15 @@ .top_bottom{ display: flex; flex-direction: row; - margin: auto; + // margin: auto; border: 0.1rem solid; justify-content: space-evenly; + width: 90%; + .block-entity-fieldnodefield-adresse{ padding-left: 1rem; // margin-block-start: .83em; + width: 30%; .field--name-field-adresse{ margin-top: .83em; .address{ @@ -119,6 +122,7 @@ padding-right: 1rem; padding-bottom: 1rem; border-left: 0.1rem solid ; + width: 30%; h2{ color: $blue-dark; font-size: 1.2rem; @@ -137,6 +141,7 @@ padding-left: 1rem; border-left: 0.1rem solid ; padding-bottom: 1rem; + width: 20%; h2{ color: $blue-dark; font-size: 1.2rem; @@ -155,6 +160,7 @@ padding-left: 1rem; padding-bottom: 1rem; border-left: 0.1rem solid ; + width: 20%; h2{ color: $blue-dark; font-size: 1.2rem;