mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 13:51:52 +00:00
18 lines
359 B
SCSS
18 lines
359 B
SCSS
/* ----------------------------------------------------------- */
|
|
/* == Auth pages */
|
|
/* ----------------------------------------------------------- */
|
|
|
|
.auth-container {
|
|
margin: 0 auto;
|
|
padding: 0 1rem;
|
|
max-width: 40rem;
|
|
width: 100%;
|
|
}
|
|
|
|
.auth-title {
|
|
margin: 0;
|
|
margin-top: 4rem;
|
|
margin-bottom: 5rem;
|
|
text-align: center;
|
|
font-size: 5rem;
|
|
}
|