diff options
Diffstat (limited to 'src/styles/portrait.scss')
-rw-r--r-- | src/styles/portrait.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss index 18ba52c..82b0252 100644 --- a/src/styles/portrait.scss +++ b/src/styles/portrait.scss @@ -1,15 +1,8 @@ @media (orientation: portrait) { - html { - background-image: url('../images/vertical_background.png'); - background-position: top center; - background-repeat: no-repeat; - background-color: transparent; - } - body { .item { flex-basis: 33%; } } -}
\ No newline at end of file +} |