fix: span DUMPSTER banner full-width above login card

This commit is contained in:
2026-06-30 15:55:14 -04:00
parent b8ae43e250
commit 65de4efb0d
+3 -3
View File
@@ -26,11 +26,11 @@ export function LoginForm() {
}; };
return ( return (
<div className="h-full w-full flex items-center justify-center bg-gb-bg p-4"> <div className="h-full w-full flex flex-col items-center justify-center bg-gb-bg p-4">
<div className="terminal-border bg-gb-bg-h p-6 w-full max-w-md"> <pre className="text-gb-orange font-mono text-lg mb-6 text-center w-full">
<pre className="text-gb-orange font-mono text-lg mb-6 text-center">
{"┌─ DUMPSTER ─┐"} {"┌─ DUMPSTER ─┐"}
</pre> </pre>
<div className="terminal-border bg-gb-bg-h p-6 w-full max-w-md">
<h2 className="text-gb-fg-s mb-4 text-center"> <h2 className="text-gb-fg-s mb-4 text-center">
{isRegister ? "[REGISTER]" : "[LOGIN]"} {isRegister ? "[REGISTER]" : "[LOGIN]"}
</h2> </h2>