diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-12-10 14:23:34 +0100 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-12-10 13:56:20 +0000 |
commit | e599cdee59e14e5c7d3d4a7d339bc693f69e9d88 (patch) | |
tree | 1f5447ecf0d822094a8694e9a60ac17e6639ff8f /src/styles/landscape.scss | |
parent | cde25fd4136842f6ac5eafbf26adacab13c63552 (diff) |
Add support for landscape and portrait on 1080 and 720icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish/8.99.5icefish/8.99.4icefish/8.99.38.99.58.99.48.99.3
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Signed-off-by: Humberto Alfonso Díaz <humberto.alfonso@asvito.es>
Change-Id: I37d42485720bd7bbf6603abb05907c846d8335d4
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 4742273..bdf89ef 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -5,16 +5,36 @@ } body { + width: 90%; + height: 90%; - .center { - width: 80%; + .top { + margin: 0; + } + + .center { + width: 85%; + position: relative; float: left; } .bottom { flex-direction: column; - width: 20%; - } + width: 15%; + position: relative; + float: left; + margin: 0; + height: 90%; + align-items: flex-end; + justify-content: space-between; + flex-wrap: nowrap; + .button { + img { + width: 100%; + height: 80%; + } + } + } } }
\ No newline at end of file |