Fix elephant in onboarding modal being very small sized on small devices (#3932)

This commit is contained in:
unarist 2017-06-25 06:18:32 +09:00 committed by Eugen Rochko
parent 21c2bc119c
commit 1fc096ec75
1 changed files with 1 additions and 0 deletions

View File

@ -3126,6 +3126,7 @@ button.icon-button.active i.fa-retweet {
@media screen and (max-width: 400px) {
.onboarding-modal__page-one {
flex-direction: column;
align-items: normal;
}
.onboarding-modal__page-one__elephant-friend {