aboutsummaryrefslogtreecommitdiff
path: root/public/login.css
blob: bc7f0967ec86b5c0032b9b42543a0ba38bbe2907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.modal {
	max-width: 300px;
	margin: 0 auto;
}

.modal form {
	display: grid;
	margin-block-end: 0;
}

.modal input[type="submit"] {
	font-size: 1rem;
}