blob: 7917a4a27476713176b4145574b46d47876c83d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.modal {
max-width: 300px;
margin: 0 auto;
}
.modal form {
display: grid;
margin-block-end: 0;
}
.modal input[type="submit"] {
font-size: 1rem;
}
.modal input {
margin-bottom: 16px;
}
|