stacker.news/styles/post.module.css

27 lines
383 B
CSS
Raw Normal View History

2021-04-12 13:05:09 -05:00
.page {
position: absolute;
width: 100%;
height: 100%;
display: table;
margin: 0;
padding: 0;
2021-04-24 16:05:07 -05:00
top: 0;
z-index: -1;
2021-04-12 13:05:09 -05:00
}
.post {
display: table-cell;
vertical-align: middle;
padding: .5rem;
}
.post > form {
max-width: 740px;
margin: 1rem auto;
}
.post > div {
display: flex;
justify-content: center;
margin: 1rem auto;
}