diff options
Diffstat (limited to 'src')
-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"> |