aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r--src/styles/landscape.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss
new file mode 100644
index 0000000..b7e1bf7
--- /dev/null
+++ b/src/styles/landscape.scss
@@ -0,0 +1,6 @@
+@media (orientation: landscape) {
+
+ html {
+ background-image: url('../images/horizontal_background.png');
+ }
+} \ No newline at end of file