souvenir/src/assets/css/5-screens/welcome.css

37 lines
637 B
CSS
Raw Normal View History

2019-03-09 02:04:31 +00:00
/* ----------------------------------------------------------- */
/* == Welcome screen */
/* ----------------------------------------------------------- */
.welcome {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 4rem 2rem;
}
.welcome-about {
margin-top: auto;
margin-bottom: auto;
text-align: center;
}
.welcome-title {
margin-bottom: 6rem;
font-weight: normal;
font-size: 2.4rem;
line-height: 1.3em;
}
.welcome-steps {
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
padding: 0;
color: rgba(255, 255, 255, .7);
}
.welcome-steps__item {
margin: .5rem 0;
}