geovisualisierung/projects/project-3/frontend/src/app/map/map.component.scss

17 lines
143 B
SCSS
Raw Normal View History

2020-12-19 11:50:07 +01:00
.mat-toolbar {
display: flex;
}
.map-container {
margin: 30px;
2020-12-19 11:50:07 +01:00
height: 100%;
}
.map-frame {
2020-12-19 11:50:07 +01:00
height: 90%;
}
#map {
height: 100%;
}