basic theme: Add a "clearer" at the end of the "body".

This commit is contained in:
Matthias Geier 2020-04-23 14:43:24 +02:00
parent 29a343b888
commit 49393f0245

View File

@ -181,6 +181,7 @@
{%- endif %}
<div class="body" role="main">
{% block body %} {% endblock %}
<div class="clearer"></div>
</div>
{%- if render_sidebar %}
</div>