~dricottone/blog

ref: f841a177f8f483ac3d2090c4b41e1a3d9c4f49c3 blog/static/css/common.css -rw-r--r-- 462 bytes
f841a177Dominic Ricottone Initial commit 3 years ago
                                                                                
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
body {
  margin-bottom: 50vh;
  padding: 0;
}
main {
  margin: 0 0 0 calc(100px + 1em);
  padding: 4px;
  font-size: 10pt;
  font-family: sans-serif;
}

hr {
  margin: 2em 0;
}
h1 {
  font-size: 150%;
}
h2 {
  font-size: 125%;
}
h3 {
  font-size: 112%;
}
h4 {
  font-size: 100%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 100%;
}
p {
  font-size: 100%;
  line-height: 1.5em;
}
ul {
  margin-bottom: 2em;
  padding-left: 2em;
}
li {
  margin-bottom: 0.5em;
}