aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
blob: b7e1bf7720671b4d91049258405aa12df21dbd24 (plain)
1
2
3
4
5
6
@media (orientation: landscape) {

    html {
        background-image: url('../images/horizontal_background.png');
    }
}