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