18 lines
268 B
CSS
18 lines
268 B
CSS
.contain {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.create {
|
|
flex-grow: 1;
|
|
align-items: center;
|
|
justify-content: center;
|
|
display: flex;
|
|
}
|
|
|
|
.createFormContainer {
|
|
width: 100%;
|
|
max-width: 740px;
|
|
margin-top: 1rem;
|
|
} |