aboutsummaryrefslogtreecommitdiffstats
path: root/src/bg/styles/landscape.scss
blob: bdfddc56a992d01d7855c473ce0e5d3b338b6719 (plain)
1
2
3
4
5
@media (orientation: landscape) {
    html {
        background-image: url('../images/horizontal_background.png');
    }
}