Files
figureslibres.cc/user/themes/figureslibres/css-compiled/scss/theme/_footer.scss
T
2019-10-06 01:13:05 +02:00

17 lines
258 B
SCSS

// Sticky Footer solution
body.sticky-footer {
height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
#page-wrapper {
flex: 1 0 auto;
}
}
#footer {
color: #acb3c2;
padding: 1rem $horiz-padding 0;
text-align: center;
}