about summary refs log tree commit diff
path: root/served/the-continuum/banners/banners.css
blob: 4e50555f93a249b1779580b996e4cfd1ce7b6b59 (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
26
27
:root {
	--pwidth: 100%;
}

#banners {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5rem;
}

img {
	display: block;
	width: 256px;
	height: 40px;
	border: 1px solid var(--text-dim);
}

p:has(img) {
	display: inline-block;
	margin: 0 0;

	color: var(--text-dim);

	font-size: 1rem;
	font-style: italic;
}