use flexbox to align content in onboarding modal (#2910)

This commit is contained in:
Faraz Patankar 2019-05-21 22:41:13 +03:00 committed by Ben Halpern
parent 09a99d93a3
commit e33c376789

View file

@ -94,8 +94,12 @@
.onboarding-initial-welcome {
font-weight: bold;
font-size: calc( 1.9vw + 2.1vh + 10px);
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
p{
margin: 1.2em 0px;
margin: 0;
}
@media screen and (min-width: 800px) {
font-size: 48px;