fix: uncentered box
This commit is contained in:
parent
96a58233fd
commit
b6fa544d5e
|
|
@ -1,6 +1,6 @@
|
||||||
<%~ include('./partials/head', { title: 'Account Created' }) %>
|
<%~ 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="w-full max-w-md">
|
||||||
<div class="text-center mb-8">
|
<div class="text-center mb-8">
|
||||||
<h1 class="text-3xl font-bold tracking-tight">Ping<span class="text-blue-400">QL</span></h1>
|
<h1 class="text-3xl font-bold tracking-tight">Ping<span class="text-blue-400">QL</span></h1>
|
||||||
|
|
@ -32,4 +32,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue