This commit is contained in:
armansansd 2022-05-10 16:08:28 +02:00
parent 2b0b816a8a
commit eaf468c157
2 changed files with 12 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -701,6 +701,11 @@
.field_auteurs{ .field_auteurs{
font-weight: 600; font-weight: 600;
font-size: $font-medium; font-size: $font-medium;
p{
position: relative;
float: left;
margin-right: .4rem;
}
} }
} }
#node\:body{ #node\:body{
@ -737,6 +742,11 @@
} }
#node\:field_collections{ #node\:field_collections{
//grid-row: 5; //grid-row: 5;
grid-row: 3 / span 1;
grid-column: 4 / span 6;
font-size: $font-medium;
}
#node\:field_sous_titre{
grid-row: auto / span 1; grid-row: auto / span 1;
grid-column: 4/ span 6 ; grid-column: 4/ span 6 ;
font-size: $font-medium; font-size: $font-medium;