summaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-07-05 09:06:16 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commit71129b86103f205bdf9087a509c5d75cb2bf750d (patch)
tree05aeeb3d1b6f20d2bc9e5abfddb3fa2d89e375b2 /src/styles/landscape.scss
parent2a724e9d6f1d28df128d6dba5606d3641228c56e (diff)
FUNCT Add fan speed container
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r--src/styles/landscape.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss
index 39ac270..4742273 100644
--- a/src/styles/landscape.scss
+++ b/src/styles/landscape.scss
@@ -5,8 +5,16 @@
}
body {
- .item {
- flex-basis: 25%;
+
+ .center {
+ width: 80%;
+ float: left;
+ }
+
+ .bottom {
+ flex-direction: column;
+ width: 20%;
}
+
}
} \ No newline at end of file