1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 21:14:18 +00:00
pds-2021-g2-nest/code/frontend/src/components/interactive/BoxConditionMap.module.css

11 lines
181 B
CSS
Raw Normal View History

2021-05-01 00:33:46 +00:00
.BoxConditionMapContents {
display: flex;
flex-direction: column;
padding: 0;
2021-04-30 20:10:00 +00:00
}
2021-05-01 00:33:46 +00:00
.MapContainer {
flex-grow: 1;
height: 300px;
border-radius: 0 0 25px 25px;
2021-04-30 20:10:00 +00:00
}