infos tableau width div

This commit is contained in:
ouidade 2024-11-07 23:36:27 +01:00
parent 69d8e216cf
commit 5a4aaab0c1
2 changed files with 7 additions and 17 deletions

View File

@ -3062,7 +3062,6 @@ body {
} }
} }
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_title, .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_title,
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_numero,
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_sous_titre { .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_sous_titre {
font-family: "gilroy-semibold"; font-family: "gilroy-semibold";
font-size: 1.3rem; font-size: 1.3rem;
@ -3105,7 +3104,8 @@ body {
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
} }
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div { .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div {
flex: 0 0 50%; flex: 1 0 auto;
min-width: 50%;
} }
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div:has(.field_field_region) { .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div:has(.field_field_region) {
border-bottom: none; border-bottom: none;

View File

@ -148,24 +148,10 @@
margin-top: 1rem; margin-top: 1rem;
} }
.field_title, .field_title,
.field_field_numero,
.field_field_sous_titre{ .field_field_sous_titre{
font-family: "gilroy-semibold"; font-family: "gilroy-semibold";
font-size: 1.3rem; font-size: 1.3rem;
} }
// .field_field_numero{
// display: none;
// div{
// &::after{
// content: "-";
// padding-left: 0.4rem;
// padding-right: 0.4rem;
// }
// }
// }
.field_title{ .field_title{
::before{ ::before{
content: url("../img/map_pointer.svg"); content: url("../img/map_pointer.svg");
@ -196,6 +182,9 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
// display: grid;
// grid-template-columns: 1fr 1fr;
// grid-template-rows: 1fr 1fr 1fr;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
font-family: 'gilroy-light'; font-family: 'gilroy-light';
@ -217,7 +206,8 @@
} }
div{ div{
flex: 0 0 50%; flex: 1 0 auto;
min-width: 50%;
} }
// div .field_field_porteur_s_de_site{ // div .field_field_porteur_s_de_site{
// border-bottom: none; // border-bottom: none;