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/nest_frontend/components/base/BoxMap.module.css

12 lines
173 B
CSS
Raw Normal View History

.BoxMapContents {
2021-05-01 00:33:46 +00:00
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-05-07 14:30:12 +00:00
}