Skip to content

Commit

Permalink
Merge pull request #212 from sztyborek/fix-ie-footer
Browse files Browse the repository at this point in the history
Fixed flex shorthand to make the footer work properly on IE10+
  • Loading branch information
johno committed Sep 28, 2015
2 parents 990e3cd + f64dd4b commit f74092d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
.site-wrap {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}

footer {
Expand Down

0 comments on commit f74092d

Please sign in to comment.