diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-19 18:05:01 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:03:18 +0100 |
commit | 4bdec28d0369511679772f0823f43b1cc3ad6447 (patch) | |
tree | 38b0d467470afb5e8c42e6cdc69b13dfc21b1d97 | |
parent | 9a47d56486ca9d6852613e98582bba8257b08d81 (diff) |
BUGFIX Correct layout for 1080
-rw-r--r-- | src/styles/landscape.scss | 4 | ||||
-rw-r--r-- | src/templates/main.template.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 58185de..4785823 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -6,11 +6,11 @@ body { .speedometertop { - display: none; + display: block; } .speedometerbottom { - display: block; + display: none; } .inforow { diff --git a/src/templates/main.template.html b/src/templates/main.template.html index 32696c7..87ad031 100644 --- a/src/templates/main.template.html +++ b/src/templates/main.template.html @@ -1,4 +1,4 @@ -<div class="container-fluid"> +<div class="container"> <div class="row align-items-end speedometertop"> <div class="col-12"> <span class="speed"> |