2ff65bd6d86e041ecf60b961e96b0f5b2df140ee
[website] / dist / less / screen / footer-sticky.less
1 /** Make the footer sticky */
2 html, body
3 {
4   height: 100%;
5 }
6 #page
7 {
8   position: relative;
9   min-height: 100%;
10 }
11 #footer
12 {
13   position: absolute;
14   left: 0;
15   right: 0;
16   bottom: 0;
17 }