aboutsummaryrefslogtreecommitdiff
path: root/assets/css/partials/article.scss
blob: c35669e2de284d2980c761c1625c19900e5797f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
article {
	max-width: 70ch;
	margin: 0 auto;
	font-size: 1.25rem;

	>* {
		margin-top: 0;
		margin-bottom: 1.75rem;
	}

	h1 {
		font-size: 3.5rem;
		line-height: 1;
		margin-bottom: 1rem;
	}

	p.meta {
		display: block;
		font-size: 0.85rem;
		margin-bottom: 1rem;
	}
}