infos tableau width div
This commit is contained in:
parent
69d8e216cf
commit
5a4aaab0c1
|
@ -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_field_numero,
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_sous_titre {
|
||||
font-family: "gilroy-semibold";
|
||||
font-size: 1.3rem;
|
||||
|
@ -3105,7 +3104,8 @@ body {
|
|||
padding-bottom: 0.5rem;
|
||||
}
|
||||
.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) {
|
||||
border-bottom: none;
|
||||
|
|
|
@ -148,24 +148,10 @@
|
|||
margin-top: 1rem;
|
||||
}
|
||||
.field_title,
|
||||
.field_field_numero,
|
||||
.field_field_sous_titre{
|
||||
font-family: "gilroy-semibold";
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
// .field_field_numero{
|
||||
// display: none;
|
||||
|
||||
// div{
|
||||
// &::after{
|
||||
// content: "-";
|
||||
// padding-left: 0.4rem;
|
||||
// padding-right: 0.4rem;
|
||||
// }
|
||||
|
||||
// }
|
||||
// }
|
||||
|
||||
.field_title{
|
||||
::before{
|
||||
content: url("../img/map_pointer.svg");
|
||||
|
@ -196,6 +182,9 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
// display: grid;
|
||||
// grid-template-columns: 1fr 1fr;
|
||||
// grid-template-rows: 1fr 1fr 1fr;
|
||||
padding-bottom: 0.5rem;
|
||||
font-family: 'gilroy-light';
|
||||
|
||||
|
@ -217,7 +206,8 @@
|
|||
|
||||
}
|
||||
div{
|
||||
flex: 0 0 50%;
|
||||
flex: 1 0 auto;
|
||||
min-width: 50%;
|
||||
}
|
||||
// div .field_field_porteur_s_de_site{
|
||||
// border-bottom: none;
|
||||
|
|
Loading…
Reference in New Issue