Flexbox sticky footer (#2289)

* Remove sticky footer JavaScript

* Use flexbox to force footer to the bottom of every page

* Fix flexbox in Internet Explorer
This commit is contained in:
Michael Rose
2019-10-21 10:41:36 -04:00
committed by GitHub
parent 29263ac102
commit 6d28d12d1d
4 changed files with 17 additions and 21 deletions

View File

@@ -9,11 +9,6 @@
margin-right: 0;
width: 100%;
clear: both;
/* sticky footer fix start */
position: absolute;
bottom: 0;
height: auto;
/* sticky footer fix end */
margin-top: 3em;
color: $muted-text-color;
-webkit-animation: $intro-transition;