10 lines
128 B
CSS
10 lines
128 B
CSS
main {
|
|
margin-top: 20vh;
|
|
}
|
|
|
|
form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 25rem;
|
|
margin: auto;
|
|
}
|