Skip to content
Snippets Groups Projects
Commit 6985f830 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

fix: Fix margin at the bottom of the screen with drawer open

parent d0101be5
No related branches found
No related tags found
3 merge requests!18Change Layout of the base template,!16Develop,!15Bugfix/fix layout
Pipeline #188515 passed with warnings
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment