diff options
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 0c4f745..4785823 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,4 +1,9 @@ @media (orientation: landscape) { + + html { + background-image: url('../images/horizontal_background.png'); + } + body { .speedometertop { display: block; |