This commit is contained in:
armansansd 2022-11-29 19:14:01 +01:00
parent 813fb30ea9
commit 01ccb41b49
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -705,6 +705,9 @@
color: black; color: black;
display: grid; display: grid;
grid-template-columns: 25% auto; grid-template-columns: 25% auto;
.field_type_de_ressource{
display: none;
}
h2{ h2{
font-weight: 600; font-weight: 600;
grid-column: 1 / span 2; grid-column: 1 / span 2;
@ -847,7 +850,6 @@
} }
.field_type_de_ressource{ .field_type_de_ressource{
grid-column: 2; grid-column: 2;
} }
.field_sous_titre{ .field_sous_titre{