about summary refs log tree commit diff
path: root/served/styles/post.css
blob: 59138408d9d9483d800b20ed3788962a7fbee436 (plain)
1
2
3
4
5
.sized {
	--page-width: 34rem;
	max-width: var(--page-width);
	margin: 0 auto;
}