:root{--page-title-display:none;}/* Start custom CSS */#page.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page.site > #content.site-content { 
  flex-grow: 1;
  padding: 1em 0;
}/* End custom CSS */