[TASK] correct sorting verified and style input / btn combi

This commit is contained in:
Marie Birner
2023-10-23 22:36:57 +02:00
parent 76a05b6107
commit 52b245b14e
2 changed files with 12 additions and 10 deletions

View File

@ -9,7 +9,9 @@
<h1 class="h1">Logbuch</h1>
{% if flash %}
{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
<div class="pt-3 max-w-lg m-auto">
{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
</div>
{% endif %}
<div class="w-full grid md:grid-cols-5 gap-3 mt-5">