fix: standardizes styles of the 'bare' template for pre-authenticated pages

This commit is contained in:
2025-07-10 10:32:38 -05:00
parent c6e98eff4c
commit 6f1f1032f6
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
</head>
<body class="bg-cyan-950 flex flex-col h-full">
<h1 class="px-4 py-4 text-3xl font-extrabold text-orange-500">Torsearch</h1>
<div class="flex flex-col justify-center items-center">
<div class="p-4 flex flex-col justify-center items-center">
{% block body %}{% endblock %}
<div class="mt-2 inline-flex gap-4 justify-between text-white">
<a class="text-sm" href="{{ path('app_login') }}">Sign In</a>