aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/portrait.scss
blob: 489c3d0e7e204a3b30466983f8d1787f0034d2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@media (orientation: portrait) {
    body {
        .speedometertop {
            display: block;
        }

        .speedometerbottom {
            display: none;
        }

        .car {
            .warning {
                left: 35%;
                top: 50%;
                animation: blink 3s linear infinite;
            }
        }
    }
}