aboutsummaryrefslogtreecommitdiff
path: root/src/web/index.css
blob: b5647b15854300de39e59c2dd72cb2ea5e677c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
}

#timeline {
	display: block;
	height: 100%;
}