mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Shrinking home page height as much as easily possible to be able to fit it on anyone's screen.
This commit is contained in:
parent
cbf3aab374
commit
b87cf462fc
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
#home-view
|
||||
|
||||
#spacer
|
||||
height: 750px
|
||||
//height: 750px // No one could see this; let's shrink it as much as we can.
|
||||
height: 606px
|
||||
|
||||
#play-button, #or-ipad, #apple-store-button, #slogan, .alert
|
||||
text-align: center
|
||||
|
@ -55,4 +56,4 @@
|
|||
|
||||
.alert
|
||||
top: 213px
|
||||
border: 5px solid darkred
|
||||
border: 5px solid darkred
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue