use flexbox to align content in onboarding modal (#2910)
This commit is contained in:
parent
09a99d93a3
commit
e33c376789
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue