diff --git a/web/app/pods/components/huegasm-footer/template.hbs b/web/app/pods/components/huegasm-footer/template.hbs
index 510434d..adece35 100644
--- a/web/app/pods/components/huegasm-footer/template.hbs
+++ b/web/app/pods/components/huegasm-footer/template.hbs
@@ -8,6 +8,6 @@
-
+
\ No newline at end of file
diff --git a/web/app/styles/app.scss b/web/app/styles/app.scss
index 8d0a238..71f8ac8 100644
--- a/web/app/styles/app.scss
+++ b/web/app/styles/app.scss
@@ -37,25 +37,21 @@ body, button {
.footer {
width: 100%;
text-align: center;
- margin-top: 20px;
+ margin-bottom: 10px;
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+
}
.footer-text {
display: inline-block;
- position: relative;
- bottom: 10px;
font-size: 18px;
a {
margin-left: 5px;
}
}
-#playstore-link {
- position: relative;
- bottom: 10px;
- left: 30px;
-}
-
.alert {
margin-bottom: 0;
border: none;
diff --git a/web/app/styles/hue-controls.scss b/web/app/styles/hue-controls.scss
index f8c0024..60ff20a 100644
--- a/web/app/styles/hue-controls.scss
+++ b/web/app/styles/hue-controls.scss
@@ -24,7 +24,6 @@
max-width: 1200px;
position: relative;
flex: 1;
- min-height: 100vh;
md-progress-circular {
position: absolute;
top: 50%;