Removed row class of content to fix full with pages

This commit is contained in:
Igor Scheller 2021-07-23 23:43:11 +02:00 committed by Michael Weimann
parent 08790b0b2e
commit 3fcf5c521c
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}