diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-05 09:06:16 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 907b806e3659b1756fc226f975a4619a3fb65bba (patch) | |
tree | 05aeeb3d1b6f20d2bc9e5abfddb3fa2d89e375b2 /src/styles/landscape.scss | |
parent | 24997a5bce23c496b2e6c5e11e281331e1a836a7 (diff) |
FUNCT Add fan speed container
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 12 |
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 |