ChatGPT-Next-Web/app/login/login.module.scss
2023-11-07 18:32:31 +01:00

26 lines
343 B
SCSS

.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
gap: 16px;
width: 100%;
max-width: 560px;
padding: 16px;
}
.headline {
text-align: center;
}
.subline {
text-align: center;
}
.sign-in-button {
width: 100%;
max-width: 260px;
text-decoration: none;
}