Removed row class of content to fix full with pages

main
Igor Scheller 3 years ago committed by Michael Weimann
parent 08790b0b2e
commit 3fcf5c521c
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1

@ -29,12 +29,12 @@
{% endblock %}
<div class="container-fluid">
<div class="row" id="content">
<div id="content">
{% block content %}
{{ content|raw }}
{% endblock %}
</div>
<div class="row" id="footer">
<div id="footer">
{% block footer %}
{% include "layouts/parts/footer.twig" %}
{% endblock %}

Loading…
Cancel
Save