Make the event grid on the startpage responsive.
This commit is contained in:
parent
4d3ad6ea2e
commit
d2601e19d7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ui three column page grid">
|
<div class="ui three column page grid stackable">
|
||||||
{% for entity in entities %}
|
{% for entity in entities %}
|
||||||
{{ include('CalciferBundle:Event:event_box.html.twig',{'truncate_summary':true}) }}
|
{{ include('CalciferBundle:Event:event_box.html.twig',{'truncate_summary':true}) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Reference in a new issue