This commit is contained in:
armansansd 2023-01-11 16:45:20 +00:00
parent ad5f7f158d
commit 0261b277e9
2 changed files with 29 additions and 29 deletions

File diff suppressed because one or more lines are too long

View File

@ -39,35 +39,35 @@
.page-node-type-programme{
//tmp pour partenaire programme exode
// .field_partenaires{
// display: none;
// align-items: center;
// justify-items: center;
// // grid-template-columns: repeat(5 , 1fr);
// grid-template-columns: repeat(4 , 1fr);
// margin-top: 0.5rem;
// .paragraph{
.field_partenaires{
display: none;
align-items: center;
justify-items: center;
// grid-template-columns: repeat(5 , 1fr);
grid-template-columns: repeat(4 , 1fr);
margin-top: 0.5rem;
.paragraph{
// .field_logo_partenaire{
// div:first-child{
// display: none;
// }
// grid-column: 1;
// grid-row: 1;
// img{
// max-width: 80%;
// }
// }
// .field_nom_partenaire{
// display: none;
// div:first-child{
// display: none;
// }
// grid-column: 2;
// grid-row: 1;
// }
// }
// }
.field_logo_partenaire{
div:first-child{
display: none;
}
grid-column: 1;
grid-row: 1;
img{
max-width: 80%;
}
}
.field_nom_partenaire{
display: none;
div:first-child{
display: none;
}
grid-column: 2;
grid-row: 1;
}
}
}
//end tmp