summaryrefslogtreecommitdiff
path: root/src/components/Form.css
blob: f47b7372e9a24376375e52e440b192911f056ecc (plain)
1
2
3
4
5
6
7
8
@scope (.__Form) {
	:scope {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		max-width: 26rem;
	}
}