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

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

main {
    position: relative;
    height:100%;
}