Less-Quellen von dist/less/ nach less/ verschoben
[website] / 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 }