diff options
Diffstat (limited to 'src/styles/portrait.scss')
-rw-r--r-- | src/styles/portrait.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss index ebe28ce..14976d0 100644 --- a/src/styles/portrait.scss +++ b/src/styles/portrait.scss @@ -1,9 +1,5 @@ @media (orientation: portrait) { - html { - background-image: url('../images/vertical_background.png'); - } - body { .top{ width: 100%; @@ -27,4 +23,4 @@ } } -}
\ No newline at end of file +} |