taille case top-bottom

This commit is contained in:
2026-05-29 16:18:45 +02:00
parent 296f90c9a2
commit 0dde0d3e78
2 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -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 { .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; padding-right: 1rem;
order: 1; order: 1;
width: 30%; width: 20%;
position: relative; position: relative;
height: 80px; height: 80px;
text-align: center;
} }
@media (max-width: 479px) { @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 { .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; padding-left: 1rem;
border-left: 0.1rem solid; border-left: 0.1rem solid;
padding-bottom: 1rem; padding-bottom: 1rem;
width: 20%; width: 30%;
} }
@media (max-width: 479px) { @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 { .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 {
@@ -161,10 +161,10 @@
// flex-direction: row; // flex-direction: row;
padding-right: 1rem; padding-right: 1rem;
order: 1; order: 1;
width: 30%; width: 20%;
position: relative; position: relative;
height: 80px; height: 80px;
text-align: center; // text-align: center;
@media(max-width:479px){ @media(max-width:479px){
width: 100%; width: 100%;
} }
@@ -252,7 +252,7 @@
padding-left: 1rem; padding-left: 1rem;
border-left: 0.1rem solid ; border-left: 0.1rem solid ;
padding-bottom: 1rem; padding-bottom: 1rem;
width: 20%; width: 30%;
@media(max-width:479px){ @media(max-width:479px){
border-left: 0; border-left: 0;
border-top: 0.1rem solid ; border-top: 0.1rem solid ;