summaryrefslogtreecommitdiff
path: root/style.css
blob: ea43be22bd412a2a64ac678160518589f3e3355c (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
28
29
30
body {
	font-family: sans;
}

.columns {
	columns: 300px;
}

li {
	margin-bottom: 0.5em;
}

code {
	font-size: 1.1em;
}

.header {
	display: flex;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.left, .right {
	flex: 1;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
}