aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 004dd5923e1cab2974a2119484d4edb3356ba793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
	width: 64ch;
	margin: 3em;
	font-size: 16px;
	line-height: 1.4em;
}

pre {
	padding: 1em;
	font-size: 14px;
	margin-bottom: 0.5em;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.5em;
}