diff options
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 4785823..73b50dd 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,9 +1,5 @@ @media (orientation: landscape) { - html { - background-image: url('../images/horizontal_background.png'); - } - body { .speedometertop { display: block; @@ -25,4 +21,4 @@ } } } -}
\ No newline at end of file +} |