fix: styles

This commit is contained in:
2025-07-05 14:43:39 -05:00
parent 98041fd20b
commit 25f803d1dd
4 changed files with 13 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div class="col-span-6 md:col-span-5 h-screen overflow-y-scroll">
<twig:Header />
<h2 class="px-4 my-2 text-3xl font-bold text-gray-50">{% block h2 %}{% endblock %}</h2>
<h2 class="px-4 mt-4 mb-2 text-3xl font-bold text-gray-50">{% block h2 %}{% endblock %}</h2>
{% block body %}{% endblock %}
</div>
</div>