reverte correction grid
This commit is contained in:
+1
-1
@@ -6830,7 +6830,7 @@ article.node-type-ressource.type-publications-issues-du-programme-eqld {
|
|||||||
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource {
|
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1.8fr;
|
grid-template-columns: 1fr 1.8fr;
|
||||||
grid-template-rows: repeat(5, 1fr);
|
grid-template-rows: repeat(5 1fr);
|
||||||
}
|
}
|
||||||
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-type-de-ressource {
|
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-type-de-ressource {
|
||||||
order: 2;
|
order: 2;
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ article.node-type-ressource{
|
|||||||
.wrapper-ressource{
|
.wrapper-ressource{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1.8fr;
|
grid-template-columns: 1fr 1.8fr;
|
||||||
grid-template-rows: repeat(5, 1fr);
|
grid-template-rows: repeat(5 1fr);
|
||||||
.field--name-field-type-de-ressource{
|
.field--name-field-type-de-ressource{
|
||||||
order: 2;
|
order: 2;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user