fix: style cleanup

This commit is contained in:
2025-06-22 23:29:30 -05:00
parent 7ed117d19b
commit a2b20b14ea
4 changed files with 11 additions and 14 deletions

View File

@@ -20,7 +20,7 @@
<div class="col-span-5 h-screen overflow-y-scroll">
<twig:Header />
<div class="px-4 mt-3 flex flex-row justify-between">
<h2 class="text-3xl font-bold text-gray-50">{% block h2 %}{% endblock %}</h2>
<h2 class="m-2 text-3xl font-bold text-gray-50">{% block h2 %}{% endblock %}</h2>
<div class="flex flex-row gap-1 align-end justify-end items-end">
{% block action_buttons %}{% endblock %}
</div>