This commit is contained in:
2025-05-28 22:58:20 +02:00
parent a22efa418d
commit 59632314a8
2 changed files with 16 additions and 1 deletions
+9
View File
@@ -6660,6 +6660,10 @@ article.node-type-ressource.type-paroles-de-laureats .wrapper-ressource .field--
margin-left: 0;
}
}
article.node-type-ressource .wrapper-ressource {
display: flex;
flex-direction: column;
}
article.node-type-ressource .wrapper-ressource .field--name-field-type-de-ressource {
order: 2;
}
@@ -6684,6 +6688,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-type-de-media
article.node-type-ressource .wrapper-ressource .field--name-title {
grid-column: 2;
margin-top: 0.5rem;
order: 4;
}
article.node-type-ressource .wrapper-ressource .field--name-title h2 {
margin: 0;
@@ -6702,6 +6707,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- {
margin-top: 0.5rem;
font-weight: 800;
line-height: 1.1rem;
order: 6;
}
article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- p {
margin: 0;
@@ -6712,6 +6718,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- .fie
article.node-type-ressource .wrapper-ressource .field--name-field-sous-titre {
grid-column: 2;
margin-top: 0.5rem;
order: 5;
}
article.node-type-ressource .wrapper-ressource .field--name-field-edition {
grid-column: 2;
@@ -6738,8 +6745,10 @@ article.node-type-ressource .wrapper-ressource .field--name-field-images img {
article.node-type-ressource .wrapper-ressource .field--name-field-date-de-parution {
grid-column: 2;
margin-top: 0.3rem;
order: 7;
}
article.node-type-ressource .wrapper-ressource .field--name-field-mots-clefs {
order: 8;
grid-column: 2;
display: flex;
margin-top: 1rem;
@@ -103,6 +103,8 @@ article.node-type-ressource{
margin-left: 0;
}
.wrapper-ressource{
display: flex;
flex-direction: column;
.field--name-field-type-de-ressource{
order: 2;
}
@@ -127,7 +129,7 @@ article.node-type-ressource{
.field--name-title{
grid-column: 2;
margin-top: 0.5rem;
order: 4;
h2{
margin: 0;
line-height: 1rem;
@@ -147,6 +149,7 @@ article.node-type-ressource{
margin-top: 0.5rem;
font-weight: 800;
line-height: 1.1rem;
order: 6;
p{
margin: 0;
@@ -158,6 +161,7 @@ article.node-type-ressource{
.field--name-field-sous-titre{
grid-column: 2;
margin-top: 0.5rem;
order: 5;
}
.field--name-field-edition{
grid-column: 2;
@@ -184,8 +188,10 @@ article.node-type-ressource{
.field--name-field-date-de-parution{
grid-column: 2;
margin-top: 0.3rem;
order: 7;
}
.field--name-field-mots-clefs{
order: 8;
grid-column: 2;
display: flex;
margin-top: 1rem;