summary refs log tree commit diff stats
path: root/assets/style.css
blob: 0e57190741e11c16992fd070140c9e5d39f733bd (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
34
35
36
37
38
39
40
41
42
43
44
45
46
@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css");

#container {
  max-width: 50rem;
  margin: auto;
  margin-top: -2rem;
}

#head {
  padding-bottom: 1rem;
  text-align: center;
  font-size: 4em;
  font-family: monospace;
}

#subhead {
  text-align: right;
  font-size: 2.0em;
  font-family: monospace;
  margin-top: -2rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

#body {
  font-size: 1.0em;
}

#info {
  font-family: monospace;
  font-size: 1.5em;
  margin-top: -2.0rem;
  padding-bottom: 2rem;
}

#desc {
  padding: 0.5rem;
  text-align: center;
}

#foot {
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.9em;
}