geovisualisierung/projects/project-3/frontend/src/app/map/map.component.scss
2020-12-26 11:06:32 +01:00

24 lines
219 B
SCSS

.myApp {
margin: 0;
height: 100vh;
width: 100vw;
}
.toolbar-spacer {
flex: 1 1 auto;
}
.map-container {
height: 95%;
}
.map-frame {
height: 100%;
width: 100%;
}
#map {
height: 100%;
width: 100%;
}