stacker.news/components/layout.module.css

32 lines
513 B
CSS
Raw Permalink Normal View History

2021-05-06 21:15:22 +00:00
.page {
width: 100%;
display: flex;
flex-flow: column;
height: 100%;
align-items: center;
2024-02-23 15:32:20 +00:00
margin: auto;
2021-05-06 21:15:22 +00:00
}
.content {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
max-width: 740px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
2024-02-23 15:32:20 +00:00
margin: 1.5rem 0;
flex-direction: column;
}
.contain {
flex-grow: 1;
display: flex;
2021-05-06 21:15:22 +00:00
flex-direction: column;
2024-03-27 19:04:04 +00:00
padding-bottom: 2rem;
2021-05-06 21:15:22 +00:00
}
.content form {
width: 100%;
}