summary refs log tree commit diff stats
path: root/assets/style.css
blob: 5f62e1c8927c4d07d4715b0e3147a0ad8dbe089c (plain) (blame)
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
26
27
28
29
30
31
32
33
@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css");

#container {
  max-width: 800px;
  margin: auto;
}

#head {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2em;
}

#subhead {
  text-align: right;
  font-size: 1.2em;
}

#body {
  font-size: 1.0em;
}

#info {
  font-size: 0.9em;
  padding-top: 10px;
}

#foot {
  padding-top: 20px;
  text-align: center;
  font-size: 0.8em;
}