diff --git a/web/app/pods/index/template.hbs b/web/app/pods/index/template.hbs index 3788bf1..8929a53 100644 --- a/web/app/pods/index/template.hbs +++ b/web/app/pods/index/template.hbs @@ -5,12 +5,16 @@

Your lights meet your music

- Huegasm is a + Huegasm is a - Chrome, + Chrome, - Android and soon iOS app for managing and synchronizing your - Philips Hue lights with the beat of your music. + Android + and + + iOS + app for controlling and synchronizing your + Philips Hue lights with the beat of your music.

@@ -20,17 +24,22 @@
-

Available on:

+

Best experience

+ + + Huegasm on the Chrome Web Store + + +

Also available on

- - Available in the Chrome Web Store - - Get it on the Google Play Store + Huegasm on the Google Play Store + - Get it on the App Store + Huegasm on the App Store + {{#link-to "web-app" class="btn btn-default" role="button"}} Web (legacy) diff --git a/web/app/styles/index.scss b/web/app/styles/index.scss index 9d76ead..3017451 100644 --- a/web/app/styles/index.scss +++ b/web/app/styles/index.scss @@ -15,9 +15,11 @@ } .available-on { + margin-top: 2vh; + &-container { text-align: left; - margin-top: 1vh; + margin-top: 3vh; } &-list a { @@ -64,7 +66,6 @@ } .available-on-list a { - display: block; margin-top: 2vh; } }