Fix cut off register page
This commit is contained in:
parent
8d81d16682
commit
22639a489a
@ -1288,11 +1288,14 @@ html {
|
||||
/* Auth Pages */
|
||||
.auth-container {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
padding: 2rem;
|
||||
padding: 1rem;
|
||||
background: radial-gradient(circle at top, #0f172a 0, #020617 55%);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.auth-card {
|
||||
@ -1303,6 +1306,8 @@ html {
|
||||
border-radius: 16px;
|
||||
padding: 2rem;
|
||||
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
|
||||
margin: 2rem auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.auth-title {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user