Skip to content

Commit

Permalink
Merge pull request #18 from WeCamp/feature/fix-splash-iphone
Browse files Browse the repository at this point in the history
fix splashscreen for iphone
  • Loading branch information
nuts-ellen authored Aug 27, 2016
2 parents ac11766 + ff2a992 commit 7ec2e40
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 7ec2e40

Please sign in to comment.