pressbooks aldine theme the theme used for the front page or default book

20 lines
244 B

body {
display: flex;
min-height: 100vh;
flex-direction: column;
#page {
flex: 1;
display: flex;
flex-direction: column;
}
#content {
flex-grow: 1;
}
}
.page.home:not(.has-sections) article {
margin-top: 0;
}