mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-20 04:35:05 +00:00
18 lines
170 B
CSS
18 lines
170 B
CSS
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#canvas {
|
|
display: block;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
#missionList {
|
|
position: fixed;
|
|
top: 20px;
|
|
left: 20px;
|
|
}
|