Skip to content
Snippets Groups Projects

Bugfix/fix layout

Merged Tobias Mieves requested to merge bugfix/fix-layout into develop
+ 1
1
@@ -60,7 +60,7 @@
<!-- Page content here -->
<main>
<div class="p-4 mb-20">
<div class="p-4 mb-20 lg:mb-0">
{% block content %}
{% endblock %}
</div>
Loading