fixed production mobile display

This commit is contained in:
2018-04-26 22:00:37 +02:00
parent f0c2883d0e
commit 77b16de28b
@@ -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>