aboutsummaryrefslogtreecommitdiffstats
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:20:13 +0100
commita9283f84517c8b9e268cc6f5df3a1920213cdc42 (patch)
tree05aeeb3d1b6f20d2bc9e5abfddb3fa2d89e375b2 /src/styles/landscape.scss
parentbd5b867ae696216419dcff0757311028e391b575 (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