summaryrefslogtreecommitdiffstats
path: root/templates/index.css
blob: f8bab2c8a229cd2604b82680f2899aa367053648 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
html { height: 100% }
body { height: 80%; margin: 0; padding: 0 }
#map_canvas { height: 100%; width: 100% }
.row {
    display:flex;
}
.col {
    display: flex;
    flex-direction: column;
    margin: 2%;
}