mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
26 lines
343 B
SCSS
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;
|
|
}
|