www-new/pages/_app.module.css

13 lines
241 B
CSS
Raw Normal View History

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