fix: login page width 100% to center within flex #app container

This commit is contained in:
Vadym Samoilenko 2026-03-26 13:59:14 +00:00
parent c42d4491cb
commit b7b49110da

View file

@ -460,6 +460,7 @@ input::placeholder { color: var(--text-muted); font-weight: 400; }
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 100vh;
background: var(--bg);
/* Subtle grid pattern */