www-new/pages/_app.module.css

13 lines
241 B
CSS

.appContainer {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.contentContainer {
position: relative;
/* This makes the footer stay at the bottom, even if there's not much content on the screen.*/
flex-grow: 1;
}