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

    html {
        background-image: url('../images/dashboardTextures.svg');
        background-color: black;
    }

    body {
        .content {
            .sliderContainer {
                flex-direction: row;
                .entry {
                    flex: 50%;
                }
            }
        }
    }
}