summaryrefslogtreecommitdiff
path: root/static/site.css
blob: 0e7af6e01a3d4b7c0dc9e866f6ef6d2fee15d68e (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
	max-width: 35em;
	margin-left: auto;
	margin-right: auto;
	font-family: Baskerville, serif;
	font-size: 14pt;
}

pre {
	overflow: scroll;
}