summaryrefslogtreecommitdiff
path: root/static/site.css
blob: 9cbf25d753387dfbe06706195bbdcb0ce713dcca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import "./fonts/eb-garamond/font.css";

body {
	max-width: 35em;
	margin-left: auto;
	margin-right: auto;
	font-family: 'EB Garamond', Garamond, serif;
	font-size: 16pt;
}

pre {
	overflow: scroll;
}

article img {
	max-width: 100%;
}