Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip! Make flexbox footer work on IE8
Adds clearfix and float: left, mainly for IE8, which doesn't support flexbox. Using this with flexbox is okay, because `display: flex` causes flex items to ignore floats and clears [[1]]. This makes our footer work even more like our page "grids". [1]: https://www.w3.org/TR/css-flexbox-1/#flex-containers
- Loading branch information