summaryrefslogtreecommitdiffstats
path: root/src/renderer/index.css
blob: afdf21746a9613459446a233718e08df1d7317c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html, body, div {
	width: 100%;
	height: 100%;
}

#app {
	text-align: center;
}

canvas {
	position: relative;
	top: calc(50% - 384px);
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #223;
}