stacker.news/components/layout.module.css
Keyan 96fd271573
add fireworks (#2258)
* add fireworks

* fix weird search background color due to canvas overlay

* prevent going off small screens
2025-07-04 01:14:45 -05:00

33 lines
529 B
CSS

.page {
width: 100%;
display: flex;
flex-flow: column;
height: 100%;
align-items: center;
margin: auto;
z-index: 0;
}
.content {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
max-width: 740px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin: 1.5rem 0;
flex-direction: column;
}
.contain {
flex-grow: 1;
display: flex;
flex-direction: column;
padding-bottom: 2rem;
}
.content form {
width: 100%;
}