aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: a69c9ca27ebdae5ce0db62226b543df0e9071317 (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
26
27
body {
	width: 40em;
	margin: 2em;
	font-size: 16px;
	line-height: 1.4em;
}

h1 {
	padding-bottom: 0.5em;
	font-size: 26px;
}

h2 {
	padding-bottom: 0.5em;
	font-size: 22px;
}

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

table {
	border: 1px;
}