summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors/public/global.scss
blob: d5891f6b428eb5df5ae3ef8ec8bd8bc19e8429b3 (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;
}