Skip to content

Commit

Permalink
fix splashscreen for iphone
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen committed Aug 27, 2016
1 parent ac11766 commit ff2a992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/less/splash-screen/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
margin-bottom: 10px;
text-align: center;
img {
width: 50%;
width: 40%;
max-width: 200px;
}
}

.logo-text {
text-align: center;
img {
@width: 100%;
@width: 80%;
width: @width;
max-width: 300px;
}
Expand Down

0 comments on commit ff2a992

Please sign in to comment.