html { min-height: 100%; }
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body > .site,
body > #page {
display: flex;
flex-direction: column;
flex: 1 0 auto;
}
#page > .site-content,
.site > .site-content {
flex: 1 0 auto;
}
.frg-sitefooter { margin-top: auto; } .site-info:empty,
.site-footer .footer-bar:empty { display: none; } .site-footer .site-info { display: none !important; }