fix: uncentered box

This commit is contained in:
nate 2026-03-19 10:13:34 +04:00
parent 96a58233fd
commit b6fa544d5e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<%~ include('./partials/head', { title: 'Account Created' }) %>
<body class="bg-[#0a0a0a] text-gray-100 min-h-screen flex items-center justify-center p-4">
<div class="min-h-screen flex items-center justify-center p-4">
<div class="w-full max-w-md">
<div class="text-center mb-8">
<h1 class="text-3xl font-bold tracking-tight">Ping<span class="text-blue-400">QL</span></h1>
@ -32,4 +32,4 @@
</div>
</div>
</div>
</body>
</div>