mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
9 lines
199 B
CSS
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;
|
|
}
|