瀏覽代碼

fixed production mobile display

Bachir Soussi Chiadmi 6 年之前
父節點
當前提交
77b16de28b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sites/all/themes/custom/edlptheme/templates/content/edlp-productions.html.twig

+ 1 - 1
sites/all/themes/custom/edlptheme/templates/content/edlp-productions.html.twig

@@ -1,6 +1,6 @@
 <div class="grid">
   {% for node in nodes %}
-    <div class="col col-{{ node.cols }}">
+    <div class="col small-col-12 med-col-4 large-col-{{ node.cols }}">
       <div class="wrapper">
         {{ node.build }}
       </div>