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

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

    body {
        .item {
            flex-basis: 33%;
        }
    }
}