diff options
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 4 |
1 files changed, 2 insertions, 2 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 { |