about summary refs log tree commit diff
path: root/served/styles/post.css
blob: b0a4d5e460be191c1897f21290426faf69aadd1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.sized {
	max-width: var(--pwidth);
}

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

	margin-bottom: 1rem;

	gap: 1rem;
}

p {
	margin: 1.25rem 0;
}