1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-06 08:57:56 +00:00
now-playing/assets/scss/6-pages/auth.scss

19 lines
359 B
SCSS
Raw Normal View History

2019-11-27 17:06:26 +00:00
/* ----------------------------------------------------------- */
/* == 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;
}