X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fless%2Fscreen%2Ffooter-sticky.less;fp=dist%2Fless%2Fscreen%2Ffooter-sticky.less;h=0000000000000000000000000000000000000000;hp=2ff65bd6d86e041ecf60b961e96b0f5b2df140ee;hb=6b7ab8c11e0c5d43952fc7a3a114cb1c1e85a310;hpb=152a67959bd3f9243489a648d4021eb2a0667679 diff --git a/dist/less/screen/footer-sticky.less b/dist/less/screen/footer-sticky.less deleted file mode 100644 index 2ff65bd6..00000000 --- a/dist/less/screen/footer-sticky.less +++ /dev/null @@ -1,17 +0,0 @@ -/** Make the footer sticky */ -html, body -{ - height: 100%; -} -#page -{ - position: relative; - min-height: 100%; -} -#footer -{ - position: absolute; - left: 0; - right: 0; - bottom: 0; -}