diff --git a/app/client/app.less b/app/client/app.less
index e66929e..19a102c 100644
--- a/app/client/app.less
+++ b/app/client/app.less
@@ -2,13 +2,20 @@
padding: 40px 15px;
text-align: center;
}
-
.controller_selection {
padding-top: 10px;
}
-
-#bucket_image {
- width: 50%;
- cursor: pointer;
+@media all and (orientation: portrait) {
+ #bucket_image {
+ width: 90%;
+ cursor: pointer;
+ }
+}
+
+@media all and (orientation: landscape) {
+ #bucket_image {
+ width: 40%;
+ cursor: pointer;
+ }
}
diff --git a/app/client/settings.html b/app/client/settings.html
index b56133a..0bb57c1 100644
--- a/app/client/settings.html
+++ b/app/client/settings.html
@@ -8,88 +8,88 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/app/client/state.html b/app/client/state.html
index 9f923c2..a55b82a 100644
--- a/app/client/state.html
+++ b/app/client/state.html
@@ -7,13 +7,12 @@
{{#with last_sensor_reading}}
{{ temperatureValue }} °C, {{ humidityValue }} % {{/with}}