fix: login page width 100% to center within flex #app container
This commit is contained in:
parent
c42d4491cb
commit
b7b49110da
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue