mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 07:40:22 -04:00
Exposed home slogan for the smaller screens. Re-hid App Store button for now.
This commit is contained in:
parent
464f06c031
commit
0b4bc61b01
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#spacer
|
||||
height: 626px
|
||||
@media screen and ( max-height: 800px )
|
||||
height: 376px
|
||||
height: 510px
|
||||
|
||||
#play-button, #or-ipad, #apple-store-button, #slogan, .alert
|
||||
text-align: center
|
||||
|
|
|
@ -5,9 +5,9 @@ block outer_content
|
|||
|
||||
a#play-button(href="/play", data-i18n="common.play")
|
||||
|
||||
#or-ipad(data-i18n="home.or_ipad")
|
||||
//#or-ipad(data-i18n="home.or_ipad")
|
||||
|
||||
img(src="/images/pages/home/app_store_badge.svg")#apple-store-button
|
||||
//img(src="/images/pages/home/app_store_badge.svg")#apple-store-button
|
||||
|
||||
#slogan(data-i18n="home.slogan")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue