about summary refs log tree commit diff
path: root/served/bits/bits.css
blob: ee6c28c518ac3ca6f73a6a0e73c835c88276aaa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.list {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#two-up {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 1rem;
}

#two-up :nth-child(n) {
	flex: 1 0 calc(var(--page-width) / 2 - 1rem);
	max-width: 20rem;
}

h2 {
	margin: 1rem 0;
}