Make the event grid on the startpage responsive.

This commit is contained in:
Tim Schumacher 2014-07-10 09:17:15 +02:00
parent 4d3ad6ea2e
commit d2601e19d7

View file

@ -27,7 +27,7 @@
</div>
</div>
<div class="ui three column page grid">
<div class="ui three column page grid stackable">
{% for entity in entities %}
{{ include('CalciferBundle:Event:event_box.html.twig',{'truncate_summary':true}) }}
{% endfor %}