some basic viewer

This commit is contained in:
Robin Appelman 2023-04-29 14:54:53 +02:00
commit 5910b2f35a
45 changed files with 1089 additions and 1436 deletions

View file

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