Reorganized

This commit is contained in:
ztimson
2019-07-22 11:59:30 -04:00
parent 0ca0894db5
commit ba84322719
21 changed files with 945 additions and 59 deletions

View File

@ -0,0 +1,18 @@
.map {
height: calc(100vh - 40px);
}
.info {
background-color: #00000050;
position: fixed;
z-index: 100;
bottom: 15px;
left: 15px;
}
.gps {
position: fixed;
z-index: 100;
bottom: 15px;
right: 15px;
}