about summary refs log tree commit diff
path: root/served/styles/stage.css
blob: 034c9e2604c1315bafe799e0a43f3f524e7475f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
main>p {
	border-bottom: 1px solid var(--text);
	padding-bottom: 1rem;
	margin: 0;
}

#stage {
	grid-column: 1 / 3;

	section {
		max-width: 30rem;
	}
}