aboutsummaryrefslogtreecommitdiff
path: root/_includes/frame.css
blob: bacbccde129bbffcd8bf51548d3efc3d37059e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* {
	box-sizing: border-box
}

body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	margin: 40px auto;
	line-height: 1.6;
	color: #000;
	margin: 0;
	padding: 0 0 50px 0;
}

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