summaryrefslogtreecommitdiff
path: root/css/styles.css
blob: c0bb0b22d93891611ecbf116efe915553a9077b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
  background-color: #333;
}

html, body, #interactive-pacbot, #interactive-pacbot>canvas {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0px;
  padding: 0px;
}

#interactive-pacbot>canvas {
  margin-left: auto;
  margin-right: auto;
}