1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
footer { text-align: center; width: 100%; } #page-wrapper { display: flex; flex-direction: column; } .page { /* mdbook quirk, title doesnt count */ flex: 1; /* min-height: calc(100vh + 1em); */ } #page-wrapper { min-height: 100vh; }