summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors/src/styles/global.css
blob: 408d2b9de8445ba11cc42048419b55b3f1f0ef52 (plain) (blame)
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
body {
	font-family: 'Spectral', serif;
	line-height: 1.4;
}

p {
	line-height: 2;
}

a {
	color: crimson;
}

img {
	max-width: 100%;
	height: auto;
}

.wrapper {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}