.layout-sticky-footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-sticky-footer main {
    flex: 1 0 auto;
}

footer.footer {
    flex-shrink: 0;
}
