about summary refs log tree commit diff
path: root/served/styles/post.css
blob: 946336f3561983b598cfc5804da0bf0377640d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.sized {
	--page-width: 34rem;
	max-width: var(--page-width);
	margin: 0 auto;
}

#navtree {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	margin-bottom: 1rem;

	gap: 1rem;
}

body {
	line-height: 1.5;
}

p {
	margin: 1.25rem 0;
}