about summary refs log tree commit diff stats
path: root/js/gg/styles.css
blob: 3059105cc122fd3db7bb7495808ec758761c87f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
  font-family: sans-serif;
}

canvas {
  margin: 0 auto;
  display: block;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 1em;
  margin: 0;
}

.flex-item {
  width: 33vw;
  text-align: center;
}