소스 검색

fixed production mobile display

Bachir Soussi Chiadmi 7 년 전
부모
커밋
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>