diff --git a/web/app/pods/components/huegasm-footer/template.hbs b/web/app/pods/components/huegasm-footer/template.hbs index c6733b1..9e89ed2 100644 --- a/web/app/pods/components/huegasm-footer/template.hbs +++ b/web/app/pods/components/huegasm-footer/template.hbs @@ -1,19 +1,24 @@ - - - Get it on the Play Store - +
+ + Get it on the Play Store + - - Get it on the App Store - \ No newline at end of file + + Get it on the App Store + +
\ No newline at end of file diff --git a/web/app/pods/index/template.hbs b/web/app/pods/index/template.hbs index 6d4a2d3..1558d67 100644 --- a/web/app/pods/index/template.hbs +++ b/web/app/pods/index/template.hbs @@ -26,7 +26,7 @@

Best experience

- + Huegasm on the Chrome Web Store @@ -34,12 +34,10 @@
- Huegasm on the Google Play Store - + Huegasm on the Google Play Store - Huegasm 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 cdb4f4e..ea4bb38 100644 --- a/web/app/styles/index.scss +++ b/web/app/styles/index.scss @@ -24,17 +24,21 @@ &-list a { margin-right: 2vw; - - &.play-store-icon img { - width: 130px; - } - - &.app-store-icon img { - width: 110px; - } } } +.chrome-store-icon img { + width: 170px; +} + +.play-store-icon img { + width: 130px; +} + +.app-store-icon img { + width: 110px; +} + .embed-container { position: relative; padding-bottom: 56.25%; diff --git a/web/public/assets/images/chrome-store-badge.png b/web/public/assets/images/chrome-store-badge.png index bc39b01..224c12b 100644 Binary files a/web/public/assets/images/chrome-store-badge.png and b/web/public/assets/images/chrome-store-badge.png differ