Files
r2c/user/themes/quark/scss/theme/_footer.scss
T
2018-06-21 17:59:40 +02:00

16 lines
234 B
SCSS

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