stacker.news/components/layout-center.module.css
keyan 18910fa2ed Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"
This reverts commit d0314ab73c42ebf85fe2f418dddd681af45dbc55.
2023-07-23 09:16:12 -05:00

25 lines
415 B
CSS

.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;
margin-top: 1.5rem;
flex-direction: column;
}
.content form {
width: 100%;
}