]>
Commit | Line | Data |
---|---|---|
1 | * { | |
2 | margin: 0; | |
3 | padding: 0; | |
4 | } | |
5 | ||
6 | body { | |
7 | text-align: center; | |
8 | overflow: hidden; | |
9 | height: 100vh; | |
10 | width: 100vw; | |
11 | } | |
12 | ||
13 | #sumo-app-entry-point { | |
14 | background-color: #fff; | |
15 | display: flex; | |
16 | height: 100vh; | |
17 | width: 100wh; | |
18 | box-sizing: border-box; | |
19 | align-items: center; | |
20 | justify-content: center; | |
21 | } | |
22 | ||
23 | canvas { | |
24 | background-color: #d8c590; | |
25 | image-rendering: pixelated; | |
26 | } |