blob: 7596124c02027c8660b587b704118aa2419572e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
body {
max-width: 35em;
margin-left: auto;
margin-right: auto;
font-family: Baskerville, serif;
font-size: 14pt;
}
pre {
overflow: scroll;
}
article img {
max-width: 100%;
}
|