From 0dde0d3e78cb20f990035b477cdaf3ad5d74db07 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 29 May 2026 16:18:45 +0200 Subject: [PATCH] taille case top-bottom --- web/themes/custom/eql/dist/assets/css/bundle.css | 5 ++--- web/themes/custom/eql/scss/pages/_projet.scss | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index b5c249c..d17ebb3 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5112,10 +5112,9 @@ svg.ext { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .top_bottom_left { padding-right: 1rem; order: 1; - width: 30%; + width: 20%; position: relative; height: 80px; - text-align: center; } @media (max-width: 479px) { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .top_bottom .top_bottom_left { @@ -5206,7 +5205,7 @@ svg.ext { padding-left: 1rem; border-left: 0.1rem solid; padding-bottom: 1rem; - width: 20%; + width: 30%; } @media (max-width: 479px) { .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 { diff --git a/web/themes/custom/eql/scss/pages/_projet.scss b/web/themes/custom/eql/scss/pages/_projet.scss index 40d798d..81d393e 100644 --- a/web/themes/custom/eql/scss/pages/_projet.scss +++ b/web/themes/custom/eql/scss/pages/_projet.scss @@ -161,10 +161,10 @@ // flex-direction: row; padding-right: 1rem; order: 1; - width: 30%; + width: 20%; position: relative; height: 80px; - text-align: center; + // text-align: center; @media(max-width:479px){ width: 100%; } @@ -252,7 +252,7 @@ padding-left: 1rem; border-left: 0.1rem solid ; padding-bottom: 1rem; - width: 20%; + width: 30%; @media(max-width:479px){ border-left: 0; border-top: 0.1rem solid ;