css grille ressources

This commit is contained in:
2023-07-12 17:12:49 +02:00
parent a055958376
commit 1178ab273b
3 changed files with 40 additions and 13 deletions
@@ -344,17 +344,28 @@
height: auto;
}
}
.field--name-field-mots-clefs{
.field--name-field-date-de-parution{
order: 6;
.field__label{
display: none;
}
}
.field--name-field-mots-clefs{
order: 7;
display: flex;
margin-top: 2rem;
margin-top: 0.8rem;
flex-direction: row;
flex-wrap: wrap;
.field__label{
display: none;
}
.field__items{
display: flex;
flex-direction: row;
}
.field__item{
margin-right: 0.5rem;
padding-left: 0.3rem;
padding-right: 0.3rem;
font-size: 0.8rem;
@@ -218,10 +218,16 @@
}
.field--name-field-images{
// display: none;
width: 50%;
// width: 30%;
height: 100px;
.field__item{
height: 100px;
}
img{
width: 100%;
height: auto;
height: 100%;
width: auto;
// width: 100%;
// height: auto;
}
}
.field--name-field-mots-clefs{