13 lines
145 B
CSS
13 lines
145 B
CSS
form {
|
|
flex-grow: 1;
|
|
max-width: 40ch;
|
|
margin: 25vh auto 0 auto;
|
|
}
|
|
|
|
main {
|
|
flex-direction: row;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|