aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
blob: 5b49c7fa5e15358f347857458d81225aecf0593b (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
31
32
33
34
35
36
37
38
39
40
41
42
html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1em;
}

article,
main,
footer,
header {
	max-width: 800px;
	margin: 0 auto;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 100%;
}