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 c8105bb..0eace9f 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,4 +1,4 @@ -@media (orientation: landscape) { +@media all { html { background-image: url('../images/horizontal_background.png'); @@ -46,4 +46,4 @@ } } -}
\ No newline at end of file +} |