1 2 3 4 5 6 7 8
.page { display: flex; min-height: 100vh; flex-direction: column; .wrapper { flex: 1; } }