about summary refs log tree commit diff
path: root/served/bits/bits.css
blob: 3229a207046be31b16700db3ed78990b5c627694 (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(--pwidth) / 2 - 1rem);
	max-width: 20rem;
}

h2 {
	margin: 1rem 0;
}