feat(auth): update layout and styling for login and registration pages

This commit is contained in:
2026-03-29 20:30:16 +02:00
parent 910cf6eaee
commit c028abd323
6 changed files with 30 additions and 15 deletions

View File

@@ -75,6 +75,17 @@ a {
padding: 2.5rem 1.75rem 3rem;
}
.auth-shell {
width: 100%;
max-width: 40rem;
margin: 0 auto;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem 1.25rem;
}
.terminal-section {
border-top: 1px solid rgb(var(--color-border) / 0.8);
padding-top: 2.5rem;
@@ -159,6 +170,10 @@ select.ui-control {
padding: 3rem 2.25rem 3.5rem;
}
.auth-shell {
padding: 3rem 2rem;
}
.terminal-section {
padding-top: 3rem;
}