Files

10 lines
104 B
CSS

.page {
position: relative;
display: flex;
flex-direction: column;
}
main {
flex: 1;
}