stacker.news/styles/user.module.css

17 lines
246 B
CSS
Raw Normal View History

2021-09-23 17:42:00 +00:00
.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;
}