stacker.news/components/layout-center.module.css

25 lines
415 B
CSS
Raw Normal View History

2021-05-06 21:15:22 +00:00
.page {
width: 100%;
display: flex;
flex-flow: column;
height: 100%;
min-height: 100vh;
align-items: center;
}
.content {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
max-width: 740px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
2023-05-11 00:26:07 +00:00
margin-top: 1.5rem;
2021-05-06 21:15:22 +00:00
flex-direction: column;
}
.content form {
width: 100%;
}