about summary refs log tree commit diff
path: root/served/styles/post.css
blob: 0cc6c82bb6912df37f269a659d322bd1ba15970a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.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;
}