From f6c32d5b95d02b1d6d77ae3dd0a83da8682fc78e Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Wed, 18 Dec 2019 09:13:32 +0100 Subject: BUGFIX Correct layout for 1080 landscape MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Authored by: Humberto Alfonso Díaz Signed-off-by: Antia Puentes Signed-off-by: Humberto Alfonso Díaz Change-Id: Ia4d118db734551d1bd5cecf08ad56dec076c14b8 --- src/styles/landscape.scss | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index bdf89ef..7acca5e 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -6,30 +6,51 @@ body { width: 90%; - height: 90%; + height: 1000px; + margin: 40px 5%; .top { margin: 0; } .center { - width: 85%; position: relative; float: left; + height: 20%; + margin-top: 40px; + + .item { + flex-basis: 30%; + + .button { + .label { + font-size: 4em; + margin-top: -45%; + } + } + } + + .item.ac { + .label { + font-size: 4em; + margin-top: -45%; + } + } } .bottom { flex-direction: column; width: 15%; position: relative; - float: left; + float: right; margin: 0; - height: 90%; - align-items: flex-end; + height: fit-content; + align-items: center; justify-content: space-between; flex-wrap: nowrap; .button { + margin: 10px 0; img { width: 100%; height: 80%; -- cgit 1.2.3-korg