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

19 lines
189 B
SCSS
Raw Normal View History

.map-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 30px;
}
.map-frame {
border: 2px solid black;
height: 100%;
}
#map {
height: 100%;
}