CSS
.wp-site-blocks {
min-height: 100dvh;
display: flex;
flex-direction: column;
}
.wp-site-blocks > main {
flex: 1;
}