mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 23:31:51 +00:00
19 lines
359 B
SCSS
19 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;
|
||
|
}
|