stacker.news/styles/user.module.css
itsrealfake ed9fc5d3de
Add Footer to User Page (#1135)
* Add Footer to User Page

this closes #1016

* Hide Footer when no user.bio

* apply review-bot suggestion

* refine profile footer

---------

Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
2024-05-03 16:55:07 -05:00

19 lines
298 B
CSS

.contain {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.create {
flex-grow: 1;
align-items: center;
justify-content: center;
display: flex;
padding: 2.5rem 0 1rem 0;
}
.createFormContainer {
width: 100%;
max-width: 740px;
margin-top: 1rem;
}