diff options
-rw-r--r-- | src/styles/landscape.scss | 5 | ||||
-rw-r--r-- | src/styles/main.scss | 2 |
2 files changed, 6 insertions, 1 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; diff --git a/src/styles/main.scss b/src/styles/main.scss index 9137445..e3fa602 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -4,7 +4,7 @@ html { height: 100%; - background-color: #000000; + background-size: cover; -webkit-overflow-scrolling: touch; overflow: hidden; } |