From 907b806e3659b1756fc226f975a4619a3fb65bba Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Fri, 5 Jul 2019 09:06:16 +0200 Subject: FUNCT Add fan speed container --- src/styles/landscape.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/styles/landscape.scss') 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 -- cgit 1.2.3-korg