haldis/app/static/css/map.css
Midgard b44d34003d
Make whitespace match convention
Convention according to our EditorConfig.
2020-02-29 17:37:33 +01:00

10 lines
103 B
CSS

.large-map {
min-height: 400px;
height: 600px;
}
.small-map {
min-height: 150px;
height: 250px;
}