about summary refs log tree commit diff
path: root/served/styles/post.css
blob: 99f3b8105054161b41722b0ac310e4b83567eb53 (plain)
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
.sized {
	max-width: var(--pwidth);
}

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

	margin-bottom: 1rem;

	gap: 1rem;
}

p {
	margin: 1.25rem 0;
}

#post-title {
	margin-bottom: 0rem;
}

#published {
	color: var(--text-dim);
}