stacker.news/styles/user.module.css

19 lines
298 B
CSS
Raw Normal View History

2021-09-23 12:42:00 -05:00
.contain {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.create {
flex-grow: 1;
align-items: center;
justify-content: center;
display: flex;
padding: 2.5rem 0 1rem 0;
2021-09-23 12:42:00 -05:00
}
.createFormContainer {
width: 100%;
max-width: 740px;
2023-06-12 14:34:10 -05:00
margin-top: 1rem;
2021-09-23 12:42:00 -05:00
}