aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/portrait.scss
blob: 40166001d5c08095c3e11f4c07c49a3b21e92965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@media (orientation: portrait) {

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

    body {
        .center {
            width: 100%;
        }
    }
}