summaryrefslogtreecommitdiff
path: root/public/style.css
blob: 3e3b1e27a9cfed00d455e2309af4cd4878d771f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body {
  font-family: sans-serif;
  font-size: 2em;
}

img,
video {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

form {
  display: inline-block;
}

button {
  font-size: 1.5em;
}

a {
  color: #888;
}