diff options
Diffstat (limited to 'src/styles/720.scss')
-rw-r--r-- | src/styles/720.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/styles/720.scss b/src/styles/720.scss new file mode 100644 index 0000000..a92746d --- /dev/null +++ b/src/styles/720.scss @@ -0,0 +1,16 @@ +@media (orientation: landscape) { + + html { + background-image: url('../images/horizontal_background.png'); + } + + body { + .bottom { + .button { + img { + width: 80%; + } + } + } + } +}
\ No newline at end of file |