www-new/pages/_app.module.css

13 lines
221 B
CSS
Raw Normal View History

2021-06-13 19:55:25 -04:00
.appContainer {
display: flex;
flex-direction: column;
min-height: 100vh;
}
/* This makes the footer stay at the bottom, even if there's not much content
* on the screen.
*/
.contentContainer {
flex-grow: 1;
}