xgm
This commit is contained in:
parent
04cf3518af
commit
2c9edad0cb
@ -18,5 +18,4 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 22px;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,30 @@
|
|||||||
|
html,
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
background: #0a0603;
|
||||||
|
}
|
||||||
|
|
||||||
.worldmap {
|
.worldmap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
width: 2037px;
|
.map-image {
|
||||||
height: 1018px;
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
min-width: 100%;
|
||||||
|
min-height: 100%;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-overlay {
|
.map-overlay {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user