summaryrefslogtreecommitdiff
path: root/client/style/map.css
blob: f8254d3cffa15f5c1d9b13d6495f73444707fba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#discoverablemap {
    height: 100%;
    width: 100%;
    background-color: brown;
}

body {
    height: 100vh;
    width: 100vw;
}

main {
    height: 100%;
    width: 100%;
}