瀏覽代碼

reverte correction grid

ouidade 1 周之前
父節點
當前提交
b15276b2c5

+ 1 - 1
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -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 {
   display: grid;
   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 {
   order: 2;

+ 1 - 1
web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss

@@ -148,7 +148,7 @@ article.node-type-ressource{
         .wrapper-ressource{
             display: grid;
             grid-template-columns: 1fr 1.8fr; 
-            grid-template-rows: repeat(5, 1fr);
+            grid-template-rows: repeat(5 1fr);
             .field--name-field-type-de-ressource{
                 order: 2;
                 grid-row: 2;