frontend/style/pages/viewer/MapRender.css
2023-04-29 14:54:53 +02:00

9 lines
199 B
CSS

.map-background {
/*width: 1000px;*/
/*height: 1000px;*/
min-height: 500px;
min-width: 700px;
background: black no-repeat;
background-position: bottom left;
background-size: contain;
}