X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=less%2Fscreen%2Ffooter-sticky.less;fp=less%2Fscreen%2Ffooter-sticky.less;h=0000000000000000000000000000000000000000;hp=2ff65bd6d86e041ecf60b961e96b0f5b2df140ee;hb=15c643ebc6ce3d75a62fedb9b83688c6e85acbc5;hpb=14646bdae51a709c3850573d89e404939bd88808 diff --git a/less/screen/footer-sticky.less b/less/screen/footer-sticky.less deleted file mode 100644 index 2ff65bd6..00000000 --- a/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; -}