aboutsummaryrefslogtreecommitdiff
path: root/web/app.css
blob: 897fd0cbc176e87c989da17c415efde896c114c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.state-indicator {
    position: absolute;
    top: -999em;
    left: -999em;
    z-index: 0;
}

@media all and (max-device-width: 768px) {
    .state-indicator {
        z-index: 1;
    }
}

#attribution {
    position: fixed;
    bottom: 10px;
    right: 15px;
    font-size: x-small;
}