Files
breccia-mapper/breccia_mapper/static/css/global.css
2020-01-30 13:44:12 +00:00

22 lines
315 B
CSS

/* Sticky footer from https://css-tricks.com/couple-takes-sticky-footer/#article-header-id-3 */
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
.content {
flex: 1 0 auto;
}
.footer {
height: 60px;
line-height: 60px;
flex-shrink: 0;
}
/* end of sticky footer styles */