aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/portrait.scss
blob: f8db5e43db3780451229b2dd69f81edc9cecfd18 (plain)
1
2
3
4
5
6
7
8
9
10
@media (orientation: portrait) {

    html {
        background-image: url('../images/vertical_background.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-color: transparent;
        height: 992px;
    }
}