Skip to content
Snippets Groups Projects

Bugfix/fix layout

Merged Tobias Mieves requested to merge bugfix/fix-layout into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -10,7 +10,7 @@
{% block head %}{% endblock %}
</head>
<body>
<div class="navbar mb-2 shadow-lg bg-neutral text-neutral-content rounded-box max-h-20">
<div class="navbar shadow-lg bg-neutral text-neutral-content rounded-box max-h-24 mb-3.5">
<div class="flex-none lg:hidden">
<label for="my-drawer-3" class="btn btn-square btn-ghost">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
@@ -60,7 +60,7 @@
<!-- Page content here -->
<main>
<div class="p-4">
<div class="p-4 mb-20">
{% block content %}
{% endblock %}
</div>
Loading